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;