You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
@@ -1353,7 +1353,7 @@ void SpatialEditorViewport::_sinput(const InputEvent &p_event) {
|
||||
scale = Math::stepify(scale,spatial_editor->get_scale_snap());
|
||||
}
|
||||
|
||||
set_message(vformat(TTR("Scaling to %s\%."),String::num(scale,1)));
|
||||
set_message(vformat(TTR("Scaling to %s%%."),String::num(scale,1)));
|
||||
scale/=100.0;
|
||||
|
||||
Transform r;
|
||||
|
||||
Reference in New Issue
Block a user