From 5efac3c3244cd3a57d3e662d04ec55747278f043 Mon Sep 17 00:00:00 2001 From: eBrnd Date: Sat, 26 Sep 2015 23:41:01 +0200 Subject: [PATCH] fix box map --- animations/fullwhite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/fullwhite.py b/animations/fullwhite.py index 450a7db..188c0c2 100644 --- a/animations/fullwhite.py +++ b/animations/fullwhite.py @@ -13,7 +13,7 @@ WIDTH = 6 # As viewn from the inside BOX_MAP = [ [357, 18, 369, 186, 249, 228, 51], - [279, 10, 57, 159, 300, 108, 204], + [279, 9, 57, 159, 300, 108, 204], [261, 42, 183, 201, 273, 246, 15], [306, 168, 24, 138, 309, 165, 39], [258, 222, 87, 363, 291, 231, 243],