Skip to content

Commit 8c98560

Browse files
FireBananapixelflinger
authored andcommitted
Remove extra tab in PassNode
1 parent 090941c commit 8c98560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filament/src/fg/PassNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void RenderPassNode::execute(FrameGraphResources const& resources, DriverApi& dr
6969
}
7070

7171
mPassBase->execute(resources, driver);
72-
72+
7373
// destroy the render targets
7474
for (auto& rt : mRenderTargetData) {
7575
rt.destroy(resourceAllocator);

0 commit comments

Comments
 (0)