minor fixing
This commit is contained in:
parent
916797125e
commit
87ad6cb2fb
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user