mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 23:42:21 +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()
|
void Graphics::init()
|
||||||
{
|
{
|
||||||
grphx.init();
|
|
||||||
|
|
||||||
flipmode = false;
|
flipmode = false;
|
||||||
setRect(tiles_rect, 0,0,8,8);
|
setRect(tiles_rect, 0,0,8,8);
|
||||||
setRect(sprites_rect, 0,0,32,32);
|
setRect(sprites_rect, 0,0,32,32);
|
||||||
|
|||||||
Reference in New Issue
Block a user