Skip to content

Commit

Permalink
Fixed minor code typo - just consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Aug 1, 2024
1 parent e280850 commit 5c3f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/gfx/GfxActor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ void RoR::GfxActor::SetBeaconsEnabled(bool beacon_light_is_active)
}

// Returns a smoothened `cstate`
float GfxActor::UpdateSmoothShift(PropAnim& anim, float dt, float new_target_cstate)
float RoR::GfxActor::UpdateSmoothShift(PropAnim& anim, float dt, float new_target_cstate)
{
const float delta_cstate = new_target_cstate - anim.shifterTarget;
if (delta_cstate != 0)
Expand Down

0 comments on commit 5c3f320

Please sign in to comment.