1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

Avoid recreating the GL context on Alt+Tab, resolution change, or windowed/fullscreen switch

This commit is contained in:
fgenesis 2016-11-09 01:16:55 +01:00
parent b8aaccd7a1
commit 1bad4d006d
8 changed files with 184 additions and 283 deletions

View file

@ -34,8 +34,6 @@ RenderObjectLayer::RenderObjectLayer()
update = true;
optimizeStatic = false;
mode = Core::MODE_2D;
color = Vector(1,1,1);
displayListValid = false;