Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 27, 2023
1 parent d4881f2 commit d52f7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ struct RigidBody
if ( !atRest )
{
serialize_object( stream, position );
serialize_object( stream, orientation );
serialize_object( stream, linearVelocity );
serialize_object( stream, angularVelocity );
}
if ( Stream::IsReading && atRest )
Expand Down

0 comments on commit d52f7ff

Please sign in to comment.