mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Merge remote branch 'gus/collisions' into collision
This commit is contained in:
commit
8788dcebcf
@ -175,12 +175,14 @@ void MWScene::toggleCollisionMode()
|
||||
if(cmode)
|
||||
{
|
||||
act->enableCollisions(false);
|
||||
act->setGravity(0);
|
||||
act->setGravity(0.);
|
||||
act->setVerticalVelocity(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
act->enableCollisions(true);
|
||||
act->setGravity(10);
|
||||
act->setGravity(10.);
|
||||
act->setVerticalVelocity(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user