forked from mirror/openmw-tes3mp
Don't mix the enum type name in there
This commit is contained in:
parent
6c1338821e
commit
aa0100bc08
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Physic
|
|||
internalGhostObject->setCollisionFlags( btCollisionObject::CF_CHARACTER_OBJECT );
|
||||
|
||||
mCharacter = new btKinematicCharacterController( externalGhostObject,internalGhostObject,btScalar( 0.4 ),1,0 );
|
||||
mCharacter->setUpAxis(btKinematicCharacterController::UpAxis::Z_AXIS);
|
||||
mCharacter->setUpAxis(btKinematicCharacterController::Z_AXIS);
|
||||
}
|
||||
|
||||
PhysicActor::~PhysicActor()
|
||||
|
|
Loading…
Reference in a new issue