diff options
| author | damarindra | 2018-01-05 17:53:30 +0700 |
|---|---|---|
| committer | damarindra | 2018-01-05 17:53:30 +0700 |
| commit | 97b8be7261dacd961bf4e391c3b8643ab39c1668 (patch) | |
| tree | edc47b276f9345b0636dca58ac5aa07492f78adb /editor/plugins/tile_set_editor_plugin.h | |
| parent | 8ec06de6681a600bd5a74b4a1bdea85f656b5a88 (diff) | |
| download | godot-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.h | 1 |
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); |
