Skip to content

Commit

Permalink
Code formatted
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Antosz <[email protected]>
  • Loading branch information
patrykantosz committed Sep 27, 2024
1 parent 272ec79 commit 417a4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace BillboardComponent
}
}

void BillboardComponent::OnTick([[maybe_unused]]float deltaTime, [[maybe_unused]]AZ::ScriptTimePoint time)
void BillboardComponent::OnTick([[maybe_unused]] float deltaTime, [[maybe_unused]] AZ::ScriptTimePoint time)
{
LookAtZUp(GetTargetPosition());
}
Expand Down

0 comments on commit 417a4cc

Please sign in to comment.