diff --git a/engine/src/core/game_properties.h b/engine/src/core/game_properties.h index bc0a5d71b..dd0fe469e 100644 --- a/engine/src/core/game_properties.h +++ b/engine/src/core/game_properties.h @@ -40,7 +40,7 @@ static struct CreAssetFontDefault CRE_DEFAULT_FONT_ASSET = { .applyNearestNeighbor = true }; -#define CRE_INPUT_VALUES_LIMIT 4 +#define CRE_INPUT_VALUES_LIMIT 8 typedef struct CREInputAction { char* name;