Merge pull request #21085 from akien-mga/physical_material_ext
Change PhysicsMaterial extension to phymat
This commit is contained in:
commit
0fbc5b3bbf
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