FIX - left side was not working

+ Removed useless var
+ added logs
+ cycle back to initial RestPosition
This commit is contained in:
Jb win
2025-05-01 20:34:04 +07:00
parent 73b0aa12bf
commit 6d0a3505f8
3 changed files with 32 additions and 22 deletions

View File

@ -104,7 +104,6 @@ private:
// 4 -> Go to drop zone
// 5 -> open jaw
int32 CurrentAnimationState = -1;
int32 MaxAnimationState = 5;
void NextAnimationState();
void BasePose();