File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
SerialPrograms/Source/PokemonSwSh/Programs/EggPrograms Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ bool EggAutonomous::run_batch(
319319 bool restart_bike_loop = false ;
320320 for (size_t i_bike_loop = 0 ; i_bike_loop < this ->LOOPS_PER_FETCH && bike_loop_count < MAX_BIKE_LOOP_COUNT;){
321321 context.wait_for_all_requests ();
322- // +1 here because video overlay is for general users. Genearl users start counts at 1, while us programmers start count at 0.
322+ // +1 here because video overlay is for general users. General users start counts at 1, while us programmers start count at 0.
323323 if (restart_bike_loop){
324324 env.console .overlay ().add_log (" Restart loop " + std::to_string (bike_loop_count+1 ), COLOR_WHITE);
325325 restart_bike_loop = false ;
You can’t perform that action at this time.
0 commit comments