mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Fixed: Use %f to display a float
This commit is contained in:
parent
2ce00ad573
commit
d103415052
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ bool InitMouseWithCursor (bool hardware)
|
||||||
}
|
}
|
||||||
else if (width != 0 && height != 0)
|
else if (width != 0 && height != 0)
|
||||||
{
|
{
|
||||||
nlwarning("mouse pos %u, %u", x, y);
|
nlwarning("Mouse pos %f, %f", x, y);
|
||||||
Driver->setMousePos(x / width, y / height);
|
Driver->setMousePos(x / width, y / height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue