fix: 360 not full version?, windows64 app shutdown & cleanup project filter

This commit is contained in:
2026-09-09 00:41:37 -04:00
parent a18c98fcdc
commit 987e77c817
8 changed files with 67 additions and 45 deletions
+1 -2
View File
@@ -224,8 +224,7 @@ 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...
//str1k3r - removed on Windows64 as the SoundEngine was starting really late
#if !(defined __ORBIS__ || _WINDOWS64)
#ifndef __ORBIS__
this->soundEngine->init(NULL);
#endif