diff --git a/Source/DasherVR/Private/SDasherWidget.cpp b/Source/DasherVR/Private/SDasherWidget.cpp
index fa9f59f062a01682aaf88e450b0cab42940f0def..4b3e21678324f734d1a86d606e5132ccce7c260b 100644
--- a/Source/DasherVR/Private/SDasherWidget.cpp
+++ b/Source/DasherVR/Private/SDasherWidget.cpp
@@ -158,7 +158,7 @@ void SDasherWidget::HandleClusterEvent(const FDisplayClusterClusterEventBinary&
         FMemory::Memcpy(&CursorPosition.x, Event.EventData.GetData() + sizeof(currentTime), sizeof(CursorPosition.x));
         FMemory::Memcpy(&CursorPosition.y, Event.EventData.GetData() + sizeof(currentTime) + sizeof(CursorPosition.x), sizeof(CursorPosition.y));
 
-        DasherMainInterface->Tick(static_cast<unsigned long>(currentTime * 1000.0));
+        //DasherMainInterface->Tick(static_cast<unsigned long>(currentTime * 1000.0));
 	    break;
     }
 }