1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fixes icons in itemlist not working

This commit is contained in:
groud
2018-11-07 18:29:24 +01:00
parent de0d306558
commit 0ec448d21d
2 changed files with 6 additions and 1 deletions

View File

@@ -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 {