Graphics is now a global object, instead of a per-window one
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "View.h"
|
||||
|
||||
Seele::View::View(Graphics* graphics)
|
||||
Seele::View::View(PGraphics graphics)
|
||||
: graphics(graphics)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user