Skip to content

Commit

Permalink
Update ModelComponent.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Jan 3, 2024
1 parent e3a08a1 commit 0fe4a3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dGame/dComponents/ModelComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ void PropertyBehavior::SendBehaviorBlocksToClient(AMFArrayValue& args) const {
auto* executionState = args.InsertArray("executionState");
executionState->Insert("stateID", static_cast<double>(m_LastEditedState));
executionState->InsertArray("strips");

// TODO Serialize the execution state of the behavior
}

//////////////////////// ModelComponent ////////////////////////
Expand Down

0 comments on commit 0fe4a3c

Please sign in to comment.