From 26fa85f180e52bf15aeca9099f914346401d2036 Mon Sep 17 00:00:00 2001 From: Tuff CWC Date: Sat, 7 Mar 2026 23:37:01 +0100 Subject: [PATCH] Update PreStitchedTextureMap.cpp --- Minecraft.Client/PreStitchedTextureMap.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Minecraft.Client/PreStitchedTextureMap.cpp b/Minecraft.Client/PreStitchedTextureMap.cpp index eeccb6285..4f04d26ba 100644 --- a/Minecraft.Client/PreStitchedTextureMap.cpp +++ b/Minecraft.Client/PreStitchedTextureMap.cpp @@ -246,7 +246,6 @@ StitchedTexture *PreStitchedTextureMap::getTexture(const wstring &name) { #ifndef _CONTENT_PACKAGE app.DebugPrintf("Not implemented!\n"); - __debugbreak(); #endif return NULL; #if 0 @@ -277,7 +276,7 @@ Icon *PreStitchedTextureMap::registerIcon(const wstring &name) { app.DebugPrintf("Don't register NULL\n"); #ifndef _CONTENT_PACKAGE - __debugbreak(); + app.DebugPrintf("Stub!") #endif result = missingPosition; //new RuntimeException("Don't register null!").printStackTrace(); @@ -290,7 +289,7 @@ Icon *PreStitchedTextureMap::registerIcon(const wstring &name) { #ifndef _CONTENT_PACKAGE app.DebugPrintf("Could not find uv data for icon %ls\n", name.c_str() ); - __debugbreak(); + app.DebugPrintf("Stub!") #endif result = missingPosition; }