summaryrefslogtreecommitdiffstats
path: root/scene/3d/gi_probe.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-07-18 13:47:42 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-07-18 13:48:09 -0300
commitd1550b4a9ba5d416d294a3aeaaf3d4b81559915f (patch)
tree59cd014581d831bd136d73746a151b4a17733a47 /scene/3d/gi_probe.cpp
parent36efa7d4455238e44747db08298df9b1e8388172 (diff)
downloadredot-engine-d1550b4a9ba5d416d294a3aeaaf3d4b81559915f.tar.gz
Ability to disable scale in nodes, closes #19927
Diffstat (limited to 'scene/3d/gi_probe.cpp')
-rw-r--r--scene/3d/gi_probe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/gi_probe.cpp b/scene/3d/gi_probe.cpp
index 4ad2eb60ee..6276d02eff 100644
--- a/scene/3d/gi_probe.cpp
+++ b/scene/3d/gi_probe.cpp
@@ -557,6 +557,7 @@ GIProbe::GIProbe() {
compress = false;
gi_probe = VS::get_singleton()->gi_probe_create();
+ set_disable_scale(true);
}
GIProbe::~GIProbe() {