You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Was missing clearing computed UVs, sorry, realized late.
This commit is contained in:
@@ -130,6 +130,7 @@ void SpriteEditor::_update_mesh_data() {
|
||||
uv_lines.clear();
|
||||
|
||||
computed_vertices.clear();
|
||||
computed_uv.clear();
|
||||
computed_indices.clear();
|
||||
|
||||
Size2 img_size = Vector2(image->get_width(), image->get_height());
|
||||
|
||||
Reference in New Issue
Block a user