summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index 2619b58f..0ebacc08 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -68,6 +68,8 @@ Graphics::~Graphics()
{
// Deinitialize for drawing
_endDraw();
+
+ mouseCursor->decRef();
}
int Graphics::getWidth()