minor fixing

This commit is contained in:
Vladislav Khorev 2013-02-08 09:25:41 +00:00
parent 916797125e
commit 87ad6cb2fb

View File

@ -268,7 +268,7 @@ case WM_MOUSEMOVE:
if (MouseMoved) if (MouseMoved)
{ {
App->OuterOnTapUpAfterShift(vec2(static_cast<float>(mouseState.X), static_cast<float>(Renderer->GetScreenHeight() - mouseState.Y))); App->OuterOnTapUpAfterMove(vec2(static_cast<float>(mouseState.X), static_cast<float>(Renderer->GetScreenHeight() - mouseState.Y)));
} }
else else
{ {