File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Core/Simulation/Grid/Core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ public static void Setup () {
134134
135135public static void Initialize ( )
136136{
137+ GridVersion = 1 ;
137138
138139 if ( _settingsChanged ) {
139140 if ( _settings == null )
@@ -152,7 +153,6 @@ public static void Initialize ()
152153 Grid [ i ] . FastInitialize ( ) ;
153154 }
154155 }
155- GridVersion = 1 ;
156156}
157157
158158public static void LateSimulate ( ) {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void FastInitialize ()
5656this . ClosedSetVersion = 0 ;
5757this . HeapIndex = 0 ;
5858this . HeapVersion = 0 ;
59- UpdateValues ( ) ;
59+ this . GridVersion = 0 ;
6060}
6161
6262#endregion
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ protected override void OnGameStart()
5454Command com = new Command ( Lockstep . Data . AbilityDataItem . FindInterfacer < Scan > ( ) . ListenInputID ) ;
5555com . Add < Vector2d > ( battlePos ) ;
5656
57- PlayerManager . SendCommand ( com ) ;
57+ // PlayerManager.SendCommand(com);
5858
5959Selector . Clear ( ) ;
6060}
You can’t perform that action at this time.
0 commit comments