typo fixes
This commit is contained in:
@@ -582,7 +582,7 @@ void WindowsWindow::StartClippingCursor(const Rectangle& bounds)
|
||||
ClipCursor(&lpRect);
|
||||
}
|
||||
|
||||
void WindowsWindow::EndClippingMouse()
|
||||
void WindowsWindow::EndClippingCursor()
|
||||
{
|
||||
if (_isClippingCursor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user