Change PhysicsMaterial extension to phymat
All other binary extensions are lowercase.
This commit is contained in:
parent
a2abe760c8
commit
17b2d808de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue