Skip to content
Snippets Groups Projects
Commit bbcb3fb0 authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Updated comment.

parent b014810f
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ void ADisplayClusterPawnCAVE::Tick (flo ...@@ -94,7 +94,7 @@ void ADisplayClusterPawnCAVE::Tick (flo
if (IDisplayCluster::Get().GetOperationMode() == EDisplayClusterOperationMode::Cluster && !Flystick) if (IDisplayCluster::Get().GetOperationMode() == EDisplayClusterOperationMode::Cluster && !Flystick)
{ {
Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById(TEXT("flystick")); // There MUST be an scene node called flystick in the config. Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById(TEXT("flystick")); // Note: Requires a scene node called flystick in the config. Make settable.
if (Flystick) if (Flystick)
TranslationDirection = Flystick; TranslationDirection = Flystick;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment