aboutsummaryrefslogtreecommitdiff
path: root/examples/AuroraDemo/PatternMaze.h
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 22:00:45 +0100
committermrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2024-07-28 22:00:45 +0100
commitf2634319ab7ebfe22fc6d2ebabcdd27879f3667e (patch)
treed8834f64f0dc4349bf34cf29a6831a12063b1435 /examples/AuroraDemo/PatternMaze.h
parentaa28e2a93baaf90083b2d556c0ac80602d9940aa (diff)
Clean-up and fix some examples
Diffstat (limited to 'examples/AuroraDemo/PatternMaze.h')
-rw-r--r--examples/AuroraDemo/PatternMaze.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/AuroraDemo/PatternMaze.h b/examples/AuroraDemo/PatternMaze.h
index c469922..b4e26a9 100644
--- a/examples/AuroraDemo/PatternMaze.h
+++ b/examples/AuroraDemo/PatternMaze.h
@@ -85,8 +85,8 @@ private:
// int width = 16;
// int height = 16;
- static const int width = MATRIX_WIDTH / 2;
- static const int height = MATRIX_HEIGHT / 2;
+ static const int width = VPANEL_W / 2;
+ static const int height = VPANEL_H / 2;
Directions grid[width][height];