فهرست منبع

Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
Rémi Verschelde 7 سال پیش
والد
کامیت
17b2d808de
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scene/resources/physics_material.h

+ 1 - 1
scene/resources/physics_material.h

@@ -37,7 +37,7 @@ class PhysicsMaterial : public Resource {
 
 	GDCLASS(PhysicsMaterial, Resource);
 	OBJ_SAVE_TYPE(PhysicsMaterial);
-	RES_BASE_EXTENSION("PhyMat");
+	RES_BASE_EXTENSION("phymat");
 
 	real_t friction;
 	bool rough;