Graphics is now a global object, instead of a per-window one
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Seele
|
||||
void endFrame();
|
||||
private:
|
||||
Array<PWindow> windows;
|
||||
PGraphics graphics;
|
||||
};
|
||||
DEFINE_REF(WindowManager);
|
||||
}
|
||||
Reference in New Issue
Block a user