diff options
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r-- | src/render/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index 9ea8c7cad..463cac8f1 100644 --- a/src/render/graphics.cpp +++ b/src/render/graphics.cpp @@ -94,7 +94,7 @@ #endif #endif -Graphics *mainGraphics = nullptr; +Graphics *mainGraphics A_NONNULLPOINTER = nullptr; Graphics::Graphics() : mWidth(0), |