mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 01:20:25 +00:00
Minor change in skia_window_osx.mm
This commit is contained in:
parent
416951f592
commit
7bde73e2a3
@ -29,9 +29,15 @@ public:
|
||||
bool closing;
|
||||
int scale;
|
||||
OSXWindow* window;
|
||||
#if SK_SUPPORT_GPU
|
||||
GLContextSkia<GLContextCGL> gl;
|
||||
#endif
|
||||
|
||||
Impl() : gl(nullptr) {
|
||||
Impl()
|
||||
#if SK_SUPPORT_GPU
|
||||
: gl(nullptr)
|
||||
#endif
|
||||
{
|
||||
closing = false;
|
||||
scale = 1;
|
||||
window = [OSXWindow new];
|
||||
|
Loading…
x
Reference in New Issue
Block a user