From 9439039636171676bf77b999bcde951b3a4aceb1 Mon Sep 17 00:00:00 2001 From: Tuff CWC Date: Sun, 8 Mar 2026 12:48:22 +0100 Subject: [PATCH] hopefully fix PreStitchedTextureMap.cpp --- Minecraft.Client/PreStitchedTextureMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/PreStitchedTextureMap.cpp b/Minecraft.Client/PreStitchedTextureMap.cpp index 4f04d26ba..bcd6a9334 100644 --- a/Minecraft.Client/PreStitchedTextureMap.cpp +++ b/Minecraft.Client/PreStitchedTextureMap.cpp @@ -289,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() ); - app.DebugPrintf("Stub!") + app.DebugPrintf("Stub!"); #endif result = missingPosition; }