You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user