Skip to content

Commit 5db0284

Browse files
committed
Close #104
1 parent a4adb32 commit 5db0284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookcontents/chapter-09/chapter-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public class Render {
753753
...
754754
public void render(EngCtx engCtx) {
755755
...
756-
scnRender.render(engCtx, vkCtx, cmdBuffer, modelsCache, materialsCache, imageIndex);
756+
scnRender.render(engCtx, vkCtx, cmdBuffer, modelsCache, materialsCache, imageIndex, currentFrame);
757757
...
758758
}
759759
...

0 commit comments

Comments
 (0)