Skip to content

Commit 1376287

Browse files
authored
Make sure to terminate gu in shape example (#109)
1 parent 4601651 commit 1376287

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_includes/samples/shape/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ int main() {
110110

111111
endFrame();
112112
}
113+
// Stop rendering
114+
endGu();
113115

114116
return 0;
115117
}

0 commit comments

Comments
 (0)