mirror of
https://github.com/love2d/love.git
synced 2026-08-21 05:00:08 +02:00
And another typo…
This commit is contained in:
@@ -62,7 +62,7 @@ static void pixelToWindowCoords(int *x, int *y)
|
|||||||
*x = int(double(*x) / scale);
|
*x = int(double(*x) / scale);
|
||||||
|
|
||||||
if (y != nullptr)
|
if (y != nullptr)
|
||||||
*y = int(double(*x) / scale);
|
*y = int(double(*y) / scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *Mouse::getName() const
|
const char *Mouse::getName() const
|
||||||
|
|||||||
Reference in New Issue
Block a user