Change ARROW_SIZE to a constexpr int
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ScreenDimensions
|
|||||||
* This is referenced in ArrowEffects, GameManager, NoteField, and SnapDisplay.
|
* This is referenced in ArrowEffects, GameManager, NoteField, and SnapDisplay.
|
||||||
* XXX: doesn't always have to be 64. -aj
|
* XXX: doesn't always have to be 64. -aj
|
||||||
*/
|
*/
|
||||||
#define ARROW_SIZE (64)
|
constexpr int ARROW_SIZE = 64;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user