mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Code styling
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Nuake
|
||||
|
||||
int GetPositionIndex(float animationTime)
|
||||
{
|
||||
if (m_Positions.size() == 0)
|
||||
if (m_Positions.empty())
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user