Skip to content
Snippets Groups Projects
Commit 234cbf3c authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(cave): solve unset references and logging error in cave overlay

parent a7b220fa
Branches
No related tags found
1 merge request!44refactor(cave): Adjust Cave Overlay to new VirtualRealityPawn, Livelink and inputs
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -119,7 +119,7 @@ void ACAVEOverlayController::SetDoorMode(const EDoorMode NewMode)
if (ScreenType == SCREEN_NORMAL)
Overlay->BlackBox->SetRenderScale(FVector2D(0, 1)); //no overlay
UE_LOGFMT(LogCAVEOverlay, Log, "Switched door state to {State}. New opening width is {Width}}.",
UE_LOGFMT(LogCAVEOverlay, Log, "Switched door state to {State}. New opening width is {Width}.",
*DoorModeNames[DoorCurrentMode], DoorCurrentOpeningWidthAbsolute);
if (ScreenType == SCREEN_MASTER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment