Skip to content

Commit 9509ba2

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add Emscripten builds
1 parent e156877 commit 9509ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ SDL_AppResult SDL_AppInit(void**, int argc, char** argv) {
178178
userPref.load();
179179
Powerup::init();
180180

181-
threadPool = new ThreadPool();
181+
//threadPool = new ThreadPool();
182182
SDL_LogInfo(0, "%s:%i", __FILE__, __LINE__);
183183

184184
// initialise random number generator

0 commit comments

Comments
 (0)