diff options
author | RedMser <redmser.jj2@gmail.com> | 2022-10-10 14:33:51 +0200 |
---|---|---|
committer | RedMser <redmser.jj2@gmail.com> | 2022-10-10 18:24:28 +0200 |
commit | 87aeb59b5bfb2d7b457ddf348e4d40bfbe2c4eee (patch) | |
tree | 47e7e53dc80e71833ffaa02a3b80fac9da856bb5 /scene/3d/light_3d.h | |
parent | 77f4670d001b12a5c7e1f50c100301c8fb1b4d1e (diff) | |
download | redot-engine-87aeb59b5bfb2d7b457ddf348e4d40bfbe2c4eee.tar.gz |
Show warning when scaling Light3D nodes
Diffstat (limited to 'scene/3d/light_3d.h')
-rw-r--r-- | scene/3d/light_3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/light_3d.h b/scene/3d/light_3d.h index 8da45bee79..84d214030b 100644 --- a/scene/3d/light_3d.h +++ b/scene/3d/light_3d.h @@ -147,6 +147,7 @@ public: Color get_correlated_color() const; virtual AABB get_aabb() const override; + virtual PackedStringArray get_configuration_warnings() const override; Light3D(); ~Light3D(); |