diff options
Diffstat (limited to 'src/fairy.c')
| -rw-r--r-- | src/fairy.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fairy.c b/src/fairy.c index 6e9c6cc..08af507 100644 --- a/src/fairy.c +++ b/src/fairy.c @@ -3,7 +3,6 @@ #include <math.h> #include "fairy.h" -#include "globals.h" #define FAIRY_WAND_RADIUS 20 #define FAIRY_STAY_MIN 1 @@ -35,11 +34,6 @@ void DrawFairy(Fairy *fairy) { int x = (int)fairy->position.x; int y = (int)(fairy->position.y + bob); - if (debugMode) { - DrawCircleV(fairy->targetWorld, 1, RED); - DrawCircleV(fairy->position, 1, GREEN); - } - // Outer cross glow DrawRectangle(x, y - 3, 1, 7, (Color){140, 180, 255, 40}); DrawRectangle(x - 3, y, 7, 1, (Color){140, 180, 255, 40}); |
