mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-04 00:46:27 +00:00
Update rprand.h
This commit is contained in:
2
src/external/rprand.h
vendored
2
src/external/rprand.h
vendored
@@ -90,7 +90,7 @@
|
|||||||
#define RPRAND_FREE(ptr) free(ptr)
|
#define RPRAND_FREE(ptr) free(ptr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Simple log system to avoid RPNG_LOG() calls if required
|
// Simple log system to avoid log calls if required
|
||||||
// NOTE: Avoiding those calls, also avoids const strings memory usage
|
// NOTE: Avoiding those calls, also avoids const strings memory usage
|
||||||
#define RPRAND_SHOW_LOG_INFO
|
#define RPRAND_SHOW_LOG_INFO
|
||||||
#if defined(RPNG_SHOW_LOG_INFO)
|
#if defined(RPNG_SHOW_LOG_INFO)
|
||||||
|
Reference in New Issue
Block a user