Skip to content

Commit 758b8fd

Browse files
committed
Fix typo
1 parent c94633b commit 758b8fd

File tree

1 file changed

+1
-1
lines changed
  • usvm-ml-gameserver/src/main/kotlin/org.usvm/gameserver

1 file changed

+1
-1
lines changed

usvm-ml-gameserver/src/main/kotlin/org.usvm/gameserver/Explorer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fun randomExplorer(
3333
return GameOver(
3434
floor(percentageCoverage).toUInt(),
3535
test = tests.toUInt(),
36-
stepsCount = gameMap.stepsToStart + gameMap.stepsToStart, // TODO: send the actual step count
36+
stepsCount = gameMap.stepsToStart + gameMap.stepsToPlay, // TODO: send the actual step count
3737
error = errors.toUInt()
3838
)
3939
}

0 commit comments

Comments
 (0)