Code styling

This commit is contained in:
Antoine Pilote
2024-04-24 00:16:16 -04:00
parent 70dec8f46e
commit 6fea28e8b6

View File

@@ -85,7 +85,7 @@ namespace Nuake
int GetPositionIndex(float animationTime)
{
if (m_Positions.size() == 0)
if (m_Positions.empty())
{
return 0;
}