1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 09:38:29 +02:00

Set map.scrolldir when going to options in-game

This ensures that the background doesn't start scrolling the wrong way
in the menu.
This commit is contained in:
Misa 2020-06-22 17:07:43 -07:00 committed by Ethan Lee
parent a46dd32f12
commit 46d1e4053e

View File

@ -2120,6 +2120,7 @@ void mapmenuactionpress()
game.createmenu(Menu::options);
}
map.nexttowercolour();
map.scrolldir = 0;
// Fix delta rendering glitch
graphics.updatetowerbackground();