mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-10 19:09:45 +01:00
Reset map.bypos when entering options menus in-game
Otherwise the menu background would have this rendering glitch where the bypos of the in-game tower wouldn't divide easily and have a bunch of jitters in an otherwise smooth but overall still somewhat smooth background.
This commit is contained in:
parent
ccd6cfab7f
commit
f6330c57fd
1 changed files with 1 additions and 0 deletions
|
@ -2145,6 +2145,7 @@ void mapmenuactionpress()
|
|||
|
||||
map.scrolldir = 0;
|
||||
map.colstate = ((int) (map.colstate / 5)) * 5;
|
||||
map.bypos = 0;
|
||||
map.nexttowercolour();
|
||||
|
||||
// Fix delta rendering glitch
|
||||
|
|
Loading…
Reference in a new issue