Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
This commit is contained in:
Rémi Verschelde 2018-08-16 19:19:23 +02:00
parent a2abe760c8
commit 17b2d808de

View file

@ -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;