1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-08 18:09:45 +01:00

Set ed.settingskey to true when returning to editor

This fixes a bug where the settings menu would immediately be brought up
if you used Esc to exit playtesting, unless you were an incredible ninja
and only pressed it for exactly one frame.
This commit is contained in:
Misa 2020-07-11 00:09:02 -07:00 committed by Ethan Lee
parent 6c52b79ddf
commit 7fada0548b

View file

@ -7307,6 +7307,7 @@ void Game::returntoeditor()
graphics.fademode = 0;
ed.keydelay = 6;
ed.settingskey = true;
graphics.backgrounddrawn=false;
music.fadeout();