diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-28 14:17:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 14:17:24 +0200 |
commit | abbb0dc08245e14510fff9163449ff6ae65da1ba (patch) | |
tree | c80d5dfb8a336de4b9556a2e928ce85e762a7063 /scene/3d/light_3d.h | |
parent | 41d075de5865c8b088c83219431661bc2d1f1802 (diff) | |
parent | 5371009d8efbeee7b272b76de6534cad567fc60a (diff) |
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Diffstat (limited to 'scene/3d/light_3d.h')
-rw-r--r-- | scene/3d/light_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/light_3d.h b/scene/3d/light_3d.h index 81c25f01c3..383fa644e5 100644 --- a/scene/3d/light_3d.h +++ b/scene/3d/light_3d.h @@ -35,7 +35,6 @@ class Light3D : public VisualInstance3D { GDCLASS(Light3D, VisualInstance3D); - OBJ_CATEGORY("3D Light Nodes"); public: enum Param { |