diff --git a/src/SalmonEngineWindows.cpp b/src/SalmonEngineWindows.cpp index 6a653d8..d3a1376 100644 --- a/src/SalmonEngineWindows.cpp +++ b/src/SalmonEngineWindows.cpp @@ -268,7 +268,7 @@ case WM_MOUSEMOVE: if (MouseMoved) { - App->OuterOnTapUpAfterShift(vec2(static_cast(mouseState.X), static_cast(Renderer->GetScreenHeight() - mouseState.Y))); + App->OuterOnTapUpAfterMove(vec2(static_cast(mouseState.X), static_cast(Renderer->GetScreenHeight() - mouseState.Y))); } else {