mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
a65a66b2a3
commit
be053e6286
12 changed files with 80 additions and 76 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue