Skip to content

Commit ac5d87a

Browse files
author
david allen
committed
Comment cleanup.
1 parent 5c21be3 commit ac5d87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HelloWorld_pygame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
HEIGHT = 480
1111
FRAME_RATE = 30
1212

13+
# Variables Globales | global variables
1314
win_sfc = None # initialize global for testing drawing on game surface
1415
render_i = None # gets incremented every draw loop
1516

@@ -155,7 +156,7 @@ def main():
155156

156157
# Ejecutar solo si se ejecuta como aplicación principal
157158
# --
158-
# Only execute if fun as main application
159+
# Only execute if run as main application
159160
# ---------------------------------------------------------------------
160161
if __name__ == '__main__':
161162
pygame.init()

0 commit comments

Comments
 (0)