Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
antopilo committed Apr 24, 2024
1 parent 70dec8f commit 6fea28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nuake/src/Resource/SkeletalAnimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace Nuake

int GetPositionIndex(float animationTime)
{
if (m_Positions.size() == 0)
if (m_Positions.empty())
{
return 0;
}
Expand Down

0 comments on commit 6fea28e

Please sign in to comment.