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

Changed ID from flystick_tracked to flystick.

parent 9fbf3cf9
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,12 @@
void ADisplayClusterPawnCAVE::BeginPlay()
{
Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById("flystick_tracked");
Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById("flystick");
}
void ADisplayClusterPawnCAVE::MoveForward(float value)
{
if (!Flystick)
Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById("flystick_tracked");
Flystick = IDisplayCluster::Get().GetGameMgr()->GetNodeById("flystick");
if (!Flystick || value == 0.0f)
return;
AddMovementInput(Flystick->GetForwardVector(), value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment