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
+2 -1
View File
@@ -224,7 +224,8 @@ Minecraft::Minecraft(Component *mouseComponent, Canvas *parent, MinecraftApplet
// 4J-PB - Removed it from here on Orbis due to it causing a crash with the network init.
// We should work out why...
#ifndef __ORBIS__
//str1k3r - removed on Windows64 as the SoundEngine was starting really late
#if !(defined __ORBIS__ || _WINDOWS64)
this->soundEngine->init(NULL);
#endif