mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 15:15:11 +00:00
Merge pull request #215 from 4jcraft/dev
just merging all of the dev branch stuff into the java gui branch
This commit is contained in:
@@ -1031,8 +1031,8 @@ MemTexture *Textures::addMemTexture(const std::wstring& name,MemTextureProcessor
|
||||
if(texture == NULL)
|
||||
{
|
||||
// can we find it in the app mem files?
|
||||
PBYTE pbData=NULL;
|
||||
DWORD dwBytes=0;
|
||||
std::uint8_t *pbData=NULL;
|
||||
unsigned int dwBytes=0;
|
||||
app.GetMemFileDetails(name,&pbData,&dwBytes);
|
||||
|
||||
if(dwBytes!=0)
|
||||
|
||||
Reference in New Issue
Block a user