mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove grphx.init() from Graphics::init()
grphx.init() is going to be called again (after grphx.destroy()) in graphics.reloadresources() anyway, so there's no reason to have it here.
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
|
||||
void Graphics::init()
|
||||
{
|
||||
grphx.init();
|
||||
|
||||
flipmode = false;
|
||||
setRect(tiles_rect, 0,0,8,8);
|
||||
setRect(sprites_rect, 0,0,32,32);
|
||||
|
||||
Reference in New Issue
Block a user