summaryrefslogtreecommitdiffstats
path: root/scene/resources/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/shape.h')
-rw-r--r--scene/resources/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/shape.h b/scene/resources/shape.h
index 8d8e3d35c5..94a8ec7075 100644
--- a/scene/resources/shape.h
+++ b/scene/resources/shape.h
@@ -34,7 +34,7 @@ class Mesh;
class Shape : public Resource {
- OBJ_TYPE( Shape, Resource );
+ GDCLASS( Shape, Resource );
OBJ_SAVE_TYPE( Shape );
RES_BASE_EXTENSION("shp");
RID shape;