Skip to content

Commit

Permalink
Set DefaultExecutionOrder to -1000000000
Browse files Browse the repository at this point in the history
  • Loading branch information
Varneon committed Jan 18, 2023
1 parent c3e1016 commit a2ad611
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Varneon.VUdon.Noclip
/// Simple noclip
/// </summary>
[SelectionBase]
[DefaultExecutionOrder(-1000000000)]
[HelpURL("https://github.com/Varneon/VUdon-Noclip/wiki/Settings")]
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
public class Noclip : UdonSharpBehaviour
Expand Down

0 comments on commit a2ad611

Please sign in to comment.