Explorar o código

fix logic error.

sangwq hai 1 ano
pai
achega
587a0094b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Venus/Venus_RT/Modules/Schedulers/SchedulerEfemRobot.cs

+ 1 - 1
Venus/Venus_RT/Modules/Schedulers/SchedulerEfemRobot.cs

@@ -191,7 +191,7 @@ namespace Venus_RT.Scheduler
             if(_currentScheduler != null)
             if(_currentScheduler != null)
             {
             {
                 _currentScheduler.moveList.Clear();
                 _currentScheduler.moveList.Clear();
-                _currentScheduler.Status = RState.Init;
+                _currentScheduler.Status = RState.End;
             }
             }
         }
         }
     }
     }