Skip to content

Commit

Permalink
feat: fix default Framerate value
Browse files Browse the repository at this point in the history
  • Loading branch information
domjancik committed Mar 14, 2024
1 parent b7d8797 commit 7382c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/vl/App/Schema.App.Runtime.vl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<Choice Kind="OperationCallFlag" Name="Clamp" />
</p:NodeReference>
<Pin Id="Vu59wLXgrIhMQvX9YwWAAH" Name="Input" Kind="InputPin" />
<Pin Id="Hp1NrBgePgXNQWLAhfPwgo" Name="Minimum" Kind="InputPin" DefaultValue="1" />
<Pin Id="Hp1NrBgePgXNQWLAhfPwgo" Name="Minimum" Kind="InputPin" DefaultValue="0" />
<Pin Id="TcRwhwMxL8aOGuZKyhavnN" Name="Maximum" Kind="InputPin" DefaultValue="120" />
<Pin Id="EtAE10FN2LiMJusA4kQBQi" Name="Output" Kind="OutputPin" />
</Node>
Expand Down

0 comments on commit 7382c5c

Please sign in to comment.