mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +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);
|
||||
|
||||
if (y != nullptr)
|
||||
*y = int(double(*x) / scale);
|
||||
*y = int(double(*y) / scale);
|
||||
}
|
||||
|
||||
const char *Mouse::getName() const
|
||||
|
||||
Reference in New Issue
Block a user