Explorar o código

Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
17b2d808de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;