Ver Fonte

Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
Rémi Verschelde há 7 anos atrás
pai
commit
17b2d808de
1 ficheiros alterados com 1 adições e 1 exclusões
  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;