diff options
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 3c0d44f6b..9e89e2f84 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1283,7 +1283,7 @@ static int Delta(int difference) { return 0; } -// Round to integer, with halfway cases rounding down. +// Round to integer, with halfway cases rounding down. static float RoundFloat(float f) { return std::floor(f+0.5f); } |