refactor: unglob std::pair

This commit is contained in:
Tropical
2026-03-06 20:37:41 -06:00
parent e918160231
commit e506b8fe7a
16 changed files with 108 additions and 108 deletions

View File

@@ -189,7 +189,7 @@ void StitchedTexture::cycleFrames()
{
if (frameOverride != NULL)
{
pair<int, int> current = frameOverride->at(frame);
std::pair<int, int> current = frameOverride->at(frame);
subFrame++;
if (subFrame >= current.second)
{