Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Nov 12, 2024
1 parent 0728366 commit 153f12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RavEngine
2 changes: 1 addition & 1 deletion Samples/Animation/Character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void Character::Create(Ref<MeshCollectionSkinned> mesh, Ref<MeshCollectionStatic
// initialize the state machine
// if an entry state is not set before play, your game will crash.
layer->Goto(CharAnims::Idle, true);
waveLayer->Goto(CharAnims::Walk, true);
waveLayer->Goto(CharAnims::Wave, true);

// begin playing the animator controller.
// animator controllers are asynchronous to your other code
Expand Down

0 comments on commit 153f12a

Please sign in to comment.