mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
Forgot parantheses
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user