summaryrefslogtreecommitdiffstats
path: root/scene/3d/scenario_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/scenario_fx.h')
-rw-r--r--scene/3d/scenario_fx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/scenario_fx.h b/scene/3d/scenario_fx.h
index a11f1acabf..ef5b70039c 100644
--- a/scene/3d/scenario_fx.h
+++ b/scene/3d/scenario_fx.h
@@ -39,7 +39,7 @@
class WorldEnvironment : public Spatial {
- OBJ_TYPE(WorldEnvironment,Spatial );
+ GDCLASS(WorldEnvironment,Spatial );
Ref<Environment> environment;