From 62e234c77728259ddb5a86a959e863f196185d47 Mon Sep 17 00:00:00 2001 From: elasota Date: Wed, 14 Oct 2020 18:08:41 -0400 Subject: [PATCH] Fix cursor crash --- GpApp/AnimCursor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GpApp/AnimCursor.cpp b/GpApp/AnimCursor.cpp index ee6dbab..91bbca1 100644 --- a/GpApp/AnimCursor.cpp +++ b/GpApp/AnimCursor.cpp @@ -280,6 +280,8 @@ void InitAnimatedCursor (acurHandle ballCursH) DisposCursors(); + GetColorCursors(ballCursH, compiledBallCursorH); + animCursorH = ballCursH; compiledAnimCursorH = compiledBallCursorH; (*ballCursH)->index = 0;