Skip to content

Commit 06cf395

Browse files
Voltage98Tourmi
andauthored
Update Games/Retro_ML.Tetris/Neural/TetrisEvaluator.cs
Co-authored-by: Tourmi <[email protected]>
1 parent 0804429 commit 06cf395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Games/Retro_ML.Tetris/Neural/TetrisEvaluator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected override void DoSaveState(IBlackBox<double> phenome, Score score, stri
2626

2727
if (ShouldStop)
2828
{
29-
break;
29+
return;
3030
}
3131
WaitThenStart();
3232
emulator.NextFrame();

0 commit comments

Comments
 (0)