Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
  • Loading branch information
gafferongames committed Dec 30, 2023
1 parent dc75c02 commit d1d7a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct RigidBody
serialize_object( stream, linearVelocity );
serialize_object( stream, angularVelocity );
}
else if ( Stream::IsReading && atRest )
else if ( Stream::IsReading )
{
linearVelocity.x = linearVelocity.y = linearVelocity.z = 0.0;
angularVelocity.x = angularVelocity.y = angularVelocity.z = 0.0;
Expand Down

0 comments on commit d1d7a9f

Please sign in to comment.