Fix some sprite/image bugs

This commit is contained in:
Pk11
2021-08-26 13:36:55 -05:00
parent a1ac060ce3
commit 7dbc329cf5
4 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
* @param x The X position
* @param y The Y position
*/
void position(int x, int y) { _x = x, _y = y; if(_visibility) oamSetXY(_oam, _id, _x, _y); }
void position(int x, int y);
/**
* @brief Sets the priority of the sprite