aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_scale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_scale.cpp')
-rw-r--r--editor/editor_scale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_scale.cpp b/editor/editor_scale.cpp
index 5687f97b2..027f1edc2 100644
--- a/editor/editor_scale.cpp
+++ b/editor/editor_scale.cpp
@@ -34,7 +34,7 @@ static float scale = 1.0;
void editor_set_scale(float p_scale) {
- scale=p_scale;
+ scale = p_scale;
}
float editor_get_scale() {