Skip to content

Commit

Permalink
Update FlxMouse.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
DetectiveBaldi authored Nov 20, 2023
1 parent 07544b0 commit f2a3b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/input/mouse/FlxMouse.hx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class FlxMouse extends FlxPointer implements IFlxInputManager
var _rightButton:FlxMouseButton;
#end

var _cursor(get, set):Bitmap = null;
var _cursor(get, set):Bitmap;
var _cursorBitmapData:BitmapData;
var _wheelUsed:Bool = false;
var _visibleWhenFocusLost:Bool = true;
Expand Down

0 comments on commit f2a3b35

Please sign in to comment.