Przeglądaj źródła

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1860/head
raysan5 3 lat temu
rodzic
commit
0776f1e106
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Wyświetl plik

@ -3055,7 +3055,7 @@ unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *
*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, o">*dataLength);
#endif
return data;

Ładowanie…
Anuluj
Zapisz