We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a2cde commit 57bd845Copy full SHA for 57bd845
cmake/CompileDefinitions.cmake
@@ -76,7 +76,7 @@ if (${CUSTOMIZE_BUILD})
76
target_compile_definitions("raylib" PUBLIC "MAX_KEY_PRESSED_QUEUE=16")
77
78
target_compile_definitions("raylib" PUBLIC "STORAGE_DATA_FILE=\"storage.data\"")
79
- target_compile_definitions("raylib" PUBLIC "MAX_KEY_PRESSED_QUEUE=16")
+ target_compile_definitions("raylib" PUBLIC "MAX_CHAR_PRESSED_QUEUE=16")
80
target_compile_definitions("raylib" PUBLIC "MAX_DECOMPRESSION_SIZE=64")
81
82
if (${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_33" OR ${GRAPHICS} MATCHES "GRAPHICS_API_OPENGL_11")
0 commit comments