mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 18:19:43 +01: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:
parent
70b9ffe6a5
commit
7ffafc8f4d
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue