mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-09 15:53:12 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
0776f1e106
@ -3055,7 +3055,7 @@ unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *
|
|||||||
|
|
||||||
*dataLength = length;
|
*dataLength = length;
|
||||||
|
|
||||||
TraceLog(LOG_INFO, "SYSTEM: Decompress data: Comp. size: %i -> Original size: %i", compDataLength, dataLength);
|
TraceLog(LOG_INFO, "SYSTEM: Decompress data: Comp. size: %i -> Original size: %i", compDataLength, *dataLength);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user