Merge pull request #21085 from akien-mga/physical_material_ext

Change PhysicsMaterial extension to phymat
This commit is contained in:
Rémi Verschelde 2018-08-18 15:02:05 +02:00 committed by GitHub
commit 0fbc5b3bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;