mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 12:59:58 -04:00
Set the initial IdleState to CharState_None
This commit is contained in:
parent
4ce08664e9
commit
61d382dc9f
@ -1941,7 +1941,7 @@ void CharacterController::update(float duration)
|
|||||||
vec = osg::Vec3f();
|
vec = osg::Vec3f();
|
||||||
|
|
||||||
CharacterState movestate = CharState_None;
|
CharacterState movestate = CharState_None;
|
||||||
CharacterState idlestate = CharState_SpecialIdle;
|
CharacterState idlestate = CharState_None;
|
||||||
JumpingState jumpstate = JumpState_None;
|
JumpingState jumpstate = JumpState_None;
|
||||||
|
|
||||||
bool forcestateupdate = false;
|
bool forcestateupdate = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user