mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 00:37:07 +00:00
refactor: unglob std::pair
This commit is contained in:
@@ -10,7 +10,7 @@ std::vector<int> MemoryTracker::TEXTURE_IDS;
|
||||
int MemoryTracker::genLists(int count)
|
||||
{
|
||||
int id = glGenLists(count);
|
||||
GL_LIST_IDS.insert( pair<int,int>(id,count) );
|
||||
GL_LIST_IDS.insert( std::pair<int,int>(id,count) );
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user