mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move all-sides warp background update code to logic functions
Otherwise it'll go by really fast and rapidly pulsate. To the point where it seems like it would be an epilepsy trigger, although I wouldn't know anything about epilepsy other than that it's bad.
This commit is contained in:
@@ -3618,6 +3618,10 @@ void editorlogic()
|
||||
graphics.rcol=ed.getwarpbackground(ed.levx, ed.levy);
|
||||
graphics.updatebackground(4);
|
||||
break;
|
||||
case 3:
|
||||
graphics.rcol=ed.getwarpbackground(ed.levx, ed.levy);
|
||||
graphics.updatebackground(5);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user