mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-21 17:45:35 +00:00
Revert secure funcs part 2
This commit is contained in:
@@ -632,7 +632,7 @@ void Texture::transferFromImage(BufferedImage *image)
|
||||
|
||||
if( image->getData( level ) )
|
||||
{
|
||||
memcpy_s( tempData, ww * hh * 4, image->getData( level ), ww * hh * 4);
|
||||
memcpy( tempData, image->getData( level ), ww * hh * 4);
|
||||
for (int y = 0; y < hh; y++)
|
||||
{
|
||||
for (int x = 0; x < ww; x++)
|
||||
|
||||
Reference in New Issue
Block a user