mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 22:40:50 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -13,7 +13,7 @@ class MemoryTracker
|
||||
{
|
||||
private:
|
||||
static std::unordered_map<int,int> GL_LIST_IDS;
|
||||
static vector<int> TEXTURE_IDS;
|
||||
static std::vector<int> TEXTURE_IDS;
|
||||
|
||||
public:
|
||||
static int genLists(int count);
|
||||
|
||||
Reference in New Issue
Block a user