We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b3650 commit 9f11c90Copy full SHA for 9f11c90
examples/shapes/shapes_lines_bezier.py
@@ -17,6 +17,7 @@
17
# ------------------------------------------------------------------------------------
18
def main():
19
# Initialization
20
+ # ------------------------------------------------------------------------------------
21
screenWidth = 800
22
screenHeight = 450
23
@@ -55,5 +56,6 @@ def main():
55
56
close_window() # Close window and OpenGL context
57
# ----------------------------------------------------------------------------------
58
59
+# execute the main function
60
if __name__ == '__main__':
61
main()
0 commit comments