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 ea3ba9ab0a..c15638aeed 100644
--- a/scene/resources/shape.h
+++ b/scene/resources/shape.h
@@ -37,7 +37,7 @@ class Shape : public Resource {
GDCLASS(Shape, Resource);
OBJ_SAVE_TYPE(Shape);
- RES_BASE_EXTENSION("shp");
+ RES_BASE_EXTENSION("shape");
RID shape;
Ref<ArrayMesh> debug_mesh_cache;