diff options
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r-- | src/graphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp index dc1cc2b15..384bc2341 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -59,6 +59,7 @@ static unsigned int *cG = nullptr; static unsigned int *cB = nullptr; Graphics::Graphics() : + SDLGraphics(), mWidth(0), mHeight(0), mBpp(0), |