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 032f9d0 commit 9821377Copy full SHA for 9821377
src_c/static.c
@@ -84,8 +84,8 @@ import_pygame_window(void)
84
{
85
}
86
87
-PyMODINIT_FUNC
88
-PyInit_base(void);
+// PyMODINIT_FUNC
+// PyInit_base(void);
89
PyMODINIT_FUNC
90
PyInit_color(void);
91
@@ -287,7 +287,7 @@ PyInit_pygame_static()
287
// for correct input in wasm worker
288
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
289
290
- load_submodule("pygame", PyInit_base(), "base");
+ // load_submodule("pygame", PyInit_base(), "base");
291
load_submodule("pygame", PyInit_constants(), "constants");
292
load_submodule("pygame", PyInit_surflock(), "surflock");
293
load_submodule("pygame", PyInit_rwobject(), "rwobject");
0 commit comments