Skip to content

Commit cf57b79

Browse files
committed
Make sure to terminate gu in shape example
1 parent 4601651 commit cf57b79

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)