Skip to content

Commit

Permalink
Update example.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 27, 2023
1 parent d52f7ff commit 7ed4a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,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 7ed4a70

Please sign in to comment.