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

remove unnecessary nullptr check

parent 62366312
No related branches found
No related tags found
1 merge request!36Huge reformatting / cosmetic fixes commit.
......@@ -207,7 +207,7 @@ void AVirtualRealityPawn::UpdateRightHandForDesktopInteraction() const
// Todo rewrite this in some other way or attach it differently, this is horrible
void AVirtualRealityPawn::AttachDCRAtoPawn()
{
if (!CaveSetupActorClass || !CaveSetupActorClass->IsValidLowLevelFast())
if (!CaveSetupActorClass->IsValidLowLevelFast())
{
UE_LOGFMT(Toolkit, Warning, "No CaveSetup Actor class set in pawn!");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment