mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 18:34:50 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "HttpTexture.h"
|
||||
|
||||
HttpTexture::HttpTexture(const std::wstring& _url, HttpTextureProcessor *processor)
|
||||
{
|
||||
// 4J - added
|
||||
HttpTexture::HttpTexture(const std::wstring& _url,
|
||||
HttpTextureProcessor* processor) {
|
||||
// 4J - added
|
||||
count = 1;
|
||||
id = -1;
|
||||
isLoaded = false;
|
||||
|
||||
// 4J - TODO - actually implement
|
||||
// 4J - TODO - actually implement
|
||||
}
|
||||
Reference in New Issue
Block a user