Skip to content

Commit

Permalink
アセットのサムネイルが真っ黒になってしまうのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyo committed Mar 5, 2024
1 parent 8929ee1 commit 17e3daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/VRM4URender/Private/VrmSceneViewExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ void FVrmSceneViewExtension::PrePostProcessPass_RenderThread(FRDGBuilder& GraphB
void FVrmSceneViewExtension::SubscribeToPostProcessingPass(EPostProcessingPass Pass, FAfterPassCallbackDelegateArray& InOutPassCallbacks, bool bIsPassEnabled) {
if (Pass == EPostProcessingPass::FXAA)
{
InOutPassCallbacks.Add(
FAfterPassCallbackDelegate::CreateRaw(this, &FVrmSceneViewExtension::AfterTonemap_RenderThread));
//InOutPassCallbacks.Add(
// FAfterPassCallbackDelegate::CreateRaw(this, &FVrmSceneViewExtension::AfterTonemap_RenderThread));
}
}

Expand Down

0 comments on commit 17e3daf

Please sign in to comment.