mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-07-11 17:09:07 +00:00
fixed Texture packs being undersized.
This commit is contained in:
@@ -1164,7 +1164,7 @@ void UIScene::externalCallback(IggyExternalFunctionCallUTF16 * call)
|
||||
|
||||
void UIScene::registerSubstitutionTexture(const wstring &textureName, PBYTE pbData, DWORD dwLength, bool deleteData)
|
||||
{
|
||||
m_registeredTextures[textureName] = deleteData;;
|
||||
m_registeredTextures[textureName] = deleteData;
|
||||
ui.registerSubstitutionTexture(textureName, pbData, dwLength);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user