aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.h
diff options
context:
space:
mode:
authordamarindra2018-01-05 17:53:30 +0700
committerdamarindra2018-01-05 17:53:30 +0700
commit97b8be7261dacd961bf4e391c3b8643ab39c1668 (patch)
treeedc47b276f9345b0636dca58ac5aa07492f78adb /editor/plugins/tile_set_editor_plugin.h
parent8ec06de6681a600bd5a74b4a1bdea85f656b5a88 (diff)
downloadgodot-97b8be7261dacd961bf4e391c3b8643ab39c1668.tar.gz
godot-97b8be7261dacd961bf4e391c3b8643ab39c1668.tar.zst
godot-97b8be7261dacd961bf4e391c3b8643ab39c1668.zip
Fixing weird behaviour on autotile editor
Diffstat (limited to '')
-rw-r--r--editor/plugins/tile_set_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.h b/editor/plugins/tile_set_editor_plugin.h
index de989a11e..9bd3e2318 100644
--- a/editor/plugins/tile_set_editor_plugin.h
+++ b/editor/plugins/tile_set_editor_plugin.h
@@ -144,6 +144,7 @@ private:
void draw_grid_snap();
void draw_polygon_shapes();
void close_shape(const Vector2 &shape_anchor);
+ void select_coord(const Vector2 &coord);
Vector2 snap_point(const Vector2 &point);
void edit(Object *p_node);