summaryrefslogtreecommitdiff
path: root/demo/source/chgcol.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo/source/chgcol.c')
-rw-r--r--demo/source/chgcol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/source/chgcol.c b/demo/source/chgcol.c
index 6b99abb..b486891 100644
--- a/demo/source/chgcol.c
+++ b/demo/source/chgcol.c
@@ -3,7 +3,7 @@
#include <ax/gfx.h>
void axd_chgcol(axd_dat * _dat,ax_i8 const _dir) {
- constexpr ax_i8 maxcol = 0xEu;
+ constexpr ax_i8 maxcol = 0x10u;
ax_i8 col = _dat->col;
if (!_dir) {
if (!col) {col = maxcol;}