Skip to content

Commit

Permalink
Fixed selection cursor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 2, 2020
1 parent f24d180 commit 5f34445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.renderer/ui/Cursor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Cursor extends dn.Process {
var project(get,never) : led.Project; inline function get_project() return Editor.ME.project;
var curLevel(get,never) : led.Level; inline function get_curLevel() return Editor.ME.curLevel;

var type : CursorType = None;
var type : CursorType = null;

var wrapper : h2d.Object;
var graphics : h2d.Graphics;
Expand Down

0 comments on commit 5f34445

Please sign in to comment.