fix(Windows64): SoundEngine starting abit late

This commit is contained in:
2026-08-21 19:28:33 -04:00
parent 5845c6ce26
commit 327da2f843
2 changed files with 5 additions and 1 deletions
@@ -1034,6 +1034,9 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
hr = XuiTimersRun();
}
#endif
//str1k3r - moved here from Minecraft.cpp so the SoundEngine starts faster
pMinecraft->soundEngine->init(NULL);
MSG msg = {0};
while( WM_QUIT != msg.message )
{