Graphics is now a global object, instead of a per-window one
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Seele {
|
||||
PSection center;
|
||||
uint32 width;
|
||||
uint32 height;
|
||||
Graphics* graphics;
|
||||
PGraphics graphics;
|
||||
};
|
||||
DEFINE_REF(Window)
|
||||
}
|
||||
Reference in New Issue
Block a user