diff --git a/code/ryzom/client/src/input.cpp b/code/ryzom/client/src/input.cpp index 6d0834f07..403947538 100644 --- a/code/ryzom/client/src/input.cpp +++ b/code/ryzom/client/src/input.cpp @@ -112,7 +112,7 @@ bool InitMouseWithCursor (bool hardware) } 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); } }