fix session being stopped before puzzle measured
This commit is contained in:
@@ -59,6 +59,8 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
{
|
||||
if (type == PuzzleEventType.Solved)
|
||||
{
|
||||
Measure.Solve((PuzzleModuleDescription)puzzle.description);
|
||||
|
||||
if (LastRoom)
|
||||
{
|
||||
GameControl.Instance.StopGame();
|
||||
|
||||
Reference in New Issue
Block a user