Skip to content

Commit

Permalink
will test this briefly
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Nov 11, 2024
1 parent 1f6a8d1 commit 4e110c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dGame/dComponents/SimplePhysicsComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void SimplePhysicsComponent::Serialize(RakNet::BitStream& outBitStream, bool bIs
outBitStream.Write(m_DirtyPhysicsMotionState || bIsInitialUpdate);
if (m_DirtyPhysicsMotionState || bIsInitialUpdate) {
outBitStream.Write<uint32_t>(m_PhysicsMotionState);
m_DirtyPhysicsMotionState = false;
}
PhysicsComponent::Serialize(outBitStream, bIsInitialUpdate);
}
Expand Down

0 comments on commit 4e110c9

Please sign in to comment.