replace __debugbreak with assert, fix full build

This commit is contained in:
Tropical
2026-04-07 18:58:49 -05:00
parent 6faa481013
commit e4883d87fc
60 changed files with 105 additions and 120 deletions

View File

@@ -214,7 +214,8 @@ void AbstractTexturePack::unloadUI() {
}
std::wstring AbstractTexturePack::getXuiRootPath() {
const uintptr_t c_ModuleHandle = (uintptr_t)GetModuleHandle(nullptr);
// const uintptr_t c_ModuleHandle = (uintptr_t)GetModuleHandle(nullptr);
const uintptr_t c_ModuleHandle = 0; // 4jcraft changed
// Load new skin
constexpr int LOCATOR_SIZE =