added origin to mapper parameters
This commit is contained in:
@@ -11,7 +11,9 @@ namespace UwU {
|
||||
public:
|
||||
NullMapper() {}
|
||||
|
||||
Coord2 map(uint16_t x, uint16_t y) {
|
||||
Coord2 map(uint16_t x0, uint16_t y0, uint16_t x, uint16_t y) {
|
||||
(void)x0;
|
||||
(void)y0;
|
||||
return Coord2(x, y);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user