mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 12:45:38 +00:00
Set the initial IdleState to CharState_None
This commit is contained in:
parent
4ce08664e9
commit
61d382dc9f
1 changed files with 1 additions and 1 deletions
|
@ -1941,7 +1941,7 @@ void CharacterController::update(float duration)
|
|||
vec = osg::Vec3f();
|
||||
|
||||
CharacterState movestate = CharState_None;
|
||||
CharacterState idlestate = CharState_SpecialIdle;
|
||||
CharacterState idlestate = CharState_None;
|
||||
JumpingState jumpstate = JumpState_None;
|
||||
|
||||
bool forcestateupdate = false;
|
||||
|
|
Loading…
Reference in a new issue