4jcraft/targets/minecraft/client/renderer/HttpTexture.cpp
2026-04-01 13:27:58 -05:00

11 lines
245 B
C++

#include "HttpTexture.h"
HttpTexture::HttpTexture(const std::wstring& _url,
HttpTextureProcessor* processor) {
// 4J - added
count = 1;
id = -1;
isLoaded = false;
// 4J - TODO - actually implement
}