From 542104fc20b462b37a989298cb219d35ab93f95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sat, 22 Sep 2018 14:02:16 +0200 Subject: [PATCH] Remove undef --- raycastlib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/raycastlib.h b/raycastlib.h index 0072daa..62d7669 100644 --- a/raycastlib.h +++ b/raycastlib.h @@ -1189,8 +1189,6 @@ void _columnFunctionComplex(RCL_HitResult *hits, uint16_t hitCount, uint16_t x, cZ1World = cZ2World; // for the next iteration } // ^ puposfully allow outside screen bounds here - - #undef drawVertical } } }