Skip to content

Commit cd46b19

Browse files
committed
Fixed esc-to-exit-pause not working (thanks HeliumAnt!)
1 parent d7f428a commit cd46b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ void RunMenuLoop() {
269269
}
270270

271271
if (g_MenuMan.Update()) {
272+
g_UInputMan.EndFrame();
272273
break;
273274
}
274275

0 commit comments

Comments
 (0)