Move vertical warp background updating to Graphics::updatebackground()

Otherwise it will zoom by pretty quickly.
This commit is contained in:
Misa
2020-04-29 11:06:03 -07:00
committed by Ethan Lee
parent c7d3a684ea
commit 921960d23a
2 changed files with 39 additions and 34 deletions

View File

@@ -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;
}