mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Move Graphics cleanup to new function Graphics::destroy()
This makes it so this cleanup code can be re-used without copy-pasting it over and over again.
This commit is contained in:
@@ -17,6 +17,7 @@ class Graphics
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
void destroy();
|
||||
|
||||
GraphicsResources grphx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user