From 3b234ca6597a392de40e581f09f911ec805d2e8e Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:28:34 -0600 Subject: [PATCH] fix: resolve warnings on `TUImagePaths` --- Minecraft.Client/Textures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Textures.cpp b/Minecraft.Client/Textures.cpp index cf4542833..ff285c5ff 100644 --- a/Minecraft.Client/Textures.cpp +++ b/Minecraft.Client/Textures.cpp @@ -1312,7 +1312,7 @@ TEXTURE_NAME TUImages[] = }; // This is for any TU textures that aren't part of our enum indexed preload set -wchar_t *TUImagePaths[] = +const wchar_t *TUImagePaths[] = { L"font/Default", L"font/Mojangles_7",