mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 19:15:52 +00:00
replace __debugbreak with assert, fix full build
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user