mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move gameScreen off of the stack and onto the heap
Just so it can be properly used globally like all the other classes.
This commit is contained in:
@@ -17,7 +17,7 @@ extern "C"
|
||||
);
|
||||
}
|
||||
|
||||
Screen::Screen()
|
||||
void Screen::init()
|
||||
{
|
||||
m_window = NULL;
|
||||
m_renderer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user