Skip to content

Commit

Permalink
remove bad copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mordentral committed Apr 13, 2024
1 parent 5c1947c commit e0f9990
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ void UVRStereoWidgetRenderComponent::RenderWidget(float DeltaTime)
const EPixelFormat requestedFormat = FSlateApplication::Get().GetRenderer()->GetSlateRecommendedColorFormat();
RenderTarget = NewObject<UTextureRenderTarget2D>();
check(RenderTarget);
RenderTarget->AddToRoot();
RenderTarget->ClearColor = RenderTargetClearColor;
RenderTarget->TargetGamma = WidgetRenderGamma;
RenderTarget->InitCustomFormat(TextureSize.X, TextureSize.Y, requestedFormat /*PF_B8G8R8A8*/, false);
Expand Down

0 comments on commit e0f9990

Please sign in to comment.