From 405934f86021cd1aef73fb0a080eefcf5d7fa4c1 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Mon, 16 Oct 2023 08:03:41 -0700 Subject: [PATCH] update stale comment s/dds/ktx2/ --- engine/common/imagelib/img_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/imagelib/img_utils.c b/engine/common/imagelib/img_utils.c index 5af3fba3..d324f198 100644 --- a/engine/common/imagelib/img_utils.c +++ b/engine/common/imagelib/img_utils.c @@ -105,7 +105,7 @@ static const loadpixformat_t load_game[] = { "%s%s.%s", "lmp", Image_LoadLMP, IL_HINT_NO }, // hl menu images (cached.wad etc) { "%s%s.%s", "fnt", Image_LoadFNT, IL_HINT_HL }, // hl console font (fonts.wad etc) { "%s%s.%s", "pal", Image_LoadPAL, IL_HINT_NO }, // install studio\sprite palette -{ "%s%s.%s", "ktx2", Image_LoadKTX2, IL_HINT_NO }, // dds for world and studio models +{ "%s%s.%s", "ktx2", Image_LoadKTX2, IL_HINT_NO }, // ktx2 for world and studio models { NULL, NULL, NULL, IL_HINT_NO } };