diff options
author | groud <gilles.roudiere@gmail.com> | 2018-11-07 18:29:24 +0100 |
---|---|---|
committer | groud <gilles.roudiere@gmail.com> | 2018-11-07 18:29:24 +0100 |
commit | 0ec448d21d4d4caf1cc5bd275cd0e9bd0688bc8c (patch) | |
tree | 12a0672f066369fafe8b5fbd1fb658cbbd46932c /editor/plugins | |
parent | de0d30655859a46eaf711e209fe20d9ca60a60f2 (diff) |
Fixes icons in itemlist not working
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/tile_map_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp index b5e2a8675f..635813f4b2 100644 --- a/editor/plugins/tile_map_editor_plugin.cpp +++ b/editor/plugins/tile_map_editor_plugin.cpp @@ -1729,6 +1729,7 @@ void TileMapEditor::_rotate(int steps) { transpose = mirrored_rotation_matrix[new_id][0]; flip_h = mirrored_rotation_matrix[new_id][1]; flip_v = mirrored_rotation_matrix[new_id][2]; + break; } } } else { |