mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-01 04:01:26 +00:00
Use standard image buffers in UI scenes
This commit is contained in:
@@ -936,7 +936,7 @@ void UIScene_LoadMenu::handleTimerComplete(int id)
|
||||
|
||||
if(hasRegisteredSubstitutionTexture(textureName)==false)
|
||||
{
|
||||
PBYTE pbImageData;
|
||||
std::uint8_t *pbImageData = NULL;
|
||||
int iImageDataBytes=0;
|
||||
SonyHttp::getDataFromURL(pDLCInfo->chImageURL,(void **)&pbImageData,&iImageDataBytes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user