diff --git a/Source/DasherVR/Private/SDasherWidget.cpp b/Source/DasherVR/Private/SDasherWidget.cpp
index 0690f3d26d79a41a805f632ea2efc4e0058ae73b..dce12ea734af1ea5ef1519695bc24b95f8128ae9 100644
--- a/Source/DasherVR/Private/SDasherWidget.cpp
+++ b/Source/DasherVR/Private/SDasherWidget.cpp
@@ -303,12 +303,13 @@ void SDasherWidget::Tick(const FGeometry& AllotedGeometry, const double InCurren
     SCompoundWidget::Tick(AllotedGeometry, InCurrentTime, InDeltaTime);
 
     //don't tick in the editor
-    if (!IsEditor && !InputPaused && !URWTHVRUtilities::IsPrimaryNode()) return;
+    if (!IsEditor && !InputPaused) return;
 
     if(!URWTHVRUtilities::IsRoomMountedMode()){
         DasherMainInterface->Tick(static_cast<unsigned long>(InCurrentTime * 1000.0)); //we need to provide ticks in milliseconds
     }
 	else
+    if(URWTHVRUtilities::IsPrimaryNode())
     {
         FDisplayClusterClusterEventJson ClusterEvent;
         ClusterEvent.Category = "Dasher";