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 345cf31 commit 29c8011Copy full SHA for 29c8011
src_c/_blit_info.h
@@ -22,4 +22,3 @@ typedef struct {
22
SDL_BlendMode dst_blend;
23
} SDL_BlitInfo;
24
#endif // BLIT_INFO_H
25
-
src_py/__init__.py
@@ -83,6 +83,7 @@ def warn(self):
83
except ImportError:
84
print(message)
85
86
+
87
# This is a special loader for WebAssembly platform
88
# where pygame is in fact statically linked
89
# mixing single phase (C) and multiphase modules (cython)
@@ -93,7 +94,6 @@ def warn(self):
93
94
pygame_static = None
95
96
if pygame_static:
97
pygame = sys.modules[__name__]
98
99
pygame.Color = pygame.color.Color
0 commit comments