Skip to content

Commit

Permalink
missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomvas committed May 19, 2024
1 parent 604ddd6 commit 584d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basalt/Common/Components/Rigidbody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public override void OnPhysicsUpdate()
/// </summary>
public override void OnStart()
{
chunking.MarkForUpdate(Entity);
chunking?.MarkForUpdate(Entity);

}

Expand Down

0 comments on commit 584d086

Please sign in to comment.