diff --git a/inferno/src/inferno/io/input.cpp b/inferno/src/inferno/io/input.cpp index 33e587b..aaf6909 100644 --- a/inferno/src/inferno/io/input.cpp +++ b/inferno/src/inferno/io/input.cpp @@ -16,10 +16,6 @@ namespace Inferno { void Input::initialize() { - // Set cursor in the middle of the screen - m_xPosLast = Application::the().getWindow().getWidth() / 2.0f; - m_yPosLast = Application::the().getWindow().getHeight() / 2.0f; - info() << "Input initialized"; }