mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Increase maximum friction value from 0.99 to 0.9999
This commit is contained in:
parent
bbf358f81d
commit
bc04d1b477
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const float ENTITY_ITEM_MAX_RESTITUTION = 0.99f;
|
|||
const float ENTITY_ITEM_DEFAULT_RESTITUTION = 0.5f;
|
||||
|
||||
const float ENTITY_ITEM_MIN_FRICTION = 0.0f;
|
||||
const float ENTITY_ITEM_MAX_FRICTION = 0.99f;
|
||||
const float ENTITY_ITEM_MAX_FRICTION = 0.9999f;
|
||||
const float ENTITY_ITEM_DEFAULT_FRICTION = 0.5f;
|
||||
|
||||
const bool ENTITY_ITEM_DEFAULT_COLLISIONLESS = false;
|
||||
|
|
Loading…
Reference in a new issue