Skip to content

Commit

Permalink
Increasing input action value limit from 4 to 8. (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte authored Jul 17, 2023
1 parent 962d71d commit cf2d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/core/game_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf2d0da

Please sign in to comment.