diff --git a/SDK/src/NDK/Application.cpp b/SDK/src/NDK/Application.cpp index 32b6d0e84..1b2664985 100644 --- a/SDK/src/NDK/Application.cpp +++ b/SDK/src/NDK/Application.cpp @@ -236,7 +236,7 @@ namespace Ndk info.overlayWorld = std::make_unique(false); //< No default system if (info.window->IsValid()) - info.canvas = std::make_unique(info.overlayWorld->CreateHandle(), info.window->GetEventHandler()); + info.canvas = std::make_unique(info.overlayWorld->CreateHandle(), info.window->GetEventHandler(), info.window->GetCursorController().CreateHandle()); RenderSystem& renderSystem = info.overlayWorld->AddSystem(); renderSystem.ChangeRenderTechnique();