measurements take pausing the game into account

This commit is contained in:
2023-04-06 09:47:33 +02:00
parent 0dc7eef753
commit a71e5cac37
5 changed files with 21 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ namespace EscapeRoomEngine.Engine.Runtime
else
{
GenerateEndSpace(room, entrance);
GameControl.Instance.StopGame();
GameControl.Instance.FinishGame();
}
var roomId = _rooms.Count - 1;