mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Move vertical warp background updating to Graphics::updatebackground()
Otherwise it will zoom by pretty quickly.
This commit is contained in:
@@ -3614,6 +3614,10 @@ void editorlogic()
|
||||
graphics.rcol=ed.getwarpbackground(ed.levx, ed.levy);
|
||||
graphics.updatebackground(3);
|
||||
break;
|
||||
case 2:
|
||||
graphics.rcol=ed.getwarpbackground(ed.levx, ed.levy);
|
||||
graphics.updatebackground(4);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user