Browse Source

Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
17b2d808de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;