Skip to content

Commit 9f11c90

Browse files
authored
Update shapes_lines_bezier.py
1 parent c0b3650 commit 9f11c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/shapes/shapes_lines_bezier.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# ------------------------------------------------------------------------------------
1818
def main():
1919
# Initialization
20+
# ------------------------------------------------------------------------------------
2021
screenWidth = 800
2122
screenHeight = 450
2223

@@ -55,5 +56,6 @@ def main():
5556
close_window() # Close window and OpenGL context
5657
# ----------------------------------------------------------------------------------
5758

59+
# execute the main function
5860
if __name__ == '__main__':
5961
main()

0 commit comments

Comments
 (0)