summaryrefslogtreecommitdiffstats
path: root/scene/3d/quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/quad.h')
-rw-r--r--scene/3d/quad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/quad.h b/scene/3d/quad.h
index 92f0009140..bdb2cb3088 100644
--- a/scene/3d/quad.h
+++ b/scene/3d/quad.h
@@ -35,7 +35,7 @@
class Quad : public GeometryInstance {
- OBJ_TYPE(Quad,GeometryInstance);
+ GDCLASS(Quad,GeometryInstance);
Vector3::Axis axis;
bool centered;