Forgot parantheses

This commit is contained in:
Thomas Edvalson
2014-05-10 23:10:53 -04:00
parent 680ee05ae0
commit fad842200a
+2 -2
View File
@@ -4,8 +4,8 @@
#include <cpp3ds/Simulator/Simulator.hpp>
#include <cpp3ds/Window/Screen.hpp>
#define BOTTOM_X (400-320)/2
#define BOTTOM_Y 240 + SIM_OUTLINE_THICKNESS*2
#define BOTTOM_X ((400-320)/2)
#define BOTTOM_Y (240 + SIM_OUTLINE_THICKNESS*2)
#define BOTTOM_WIDTH 320
#define BOTTOM_HEIGHT 240