summaryrefslogtreecommitdiff
path: root/scene/resources/mesh_library.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/mesh_library.h')
-rw-r--r--scene/resources/mesh_library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/mesh_library.h b/scene/resources/mesh_library.h
index 66b688ab22..bb8012d3ff 100644
--- a/scene/resources/mesh_library.h
+++ b/scene/resources/mesh_library.h
@@ -37,7 +37,7 @@
class MeshLibrary : public Resource {
- OBJ_TYPE(MeshLibrary,Resource);
+ GDCLASS(MeshLibrary,Resource);
RES_BASE_EXTENSION("gt");
struct Item {