mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Ability to disable scale in nodes, closes #19927
This commit is contained in:
@@ -274,6 +274,7 @@ ReflectionProbe::ReflectionProbe() {
|
||||
|
||||
probe = VisualServer::get_singleton()->reflection_probe_create();
|
||||
VS::get_singleton()->instance_set_base(get_instance(), probe);
|
||||
set_disable_scale(true);
|
||||
}
|
||||
|
||||
ReflectionProbe::~ReflectionProbe() {
|
||||
|
||||
Reference in New Issue
Block a user