You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make Vector2i values paired with EDSCALE be just Vector2
This commit is contained in:
@@ -5693,7 +5693,7 @@ VisualShaderEditor::VisualShaderEditor() {
|
||||
graph_plugin->set_editor(this);
|
||||
|
||||
property_editor_popup = memnew(PopupPanel);
|
||||
property_editor_popup->set_min_size(Size2i(180, 0) * EDSCALE);
|
||||
property_editor_popup->set_min_size(Size2(180, 0) * EDSCALE);
|
||||
add_child(property_editor_popup);
|
||||
|
||||
edited_property_holder.instantiate();
|
||||
|
||||
Reference in New Issue
Block a user