mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 00:58:07 +00:00
refactor: unglob std::pair
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user