From 66f0c7a696924eb293cd76746ad952caf231bf69 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Mon, 25 Sep 2017 13:49:47 +0300 Subject: [PATCH] NPOT message typo --- src/game/g_window.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/g_window.pas b/src/game/g_window.pas index 8a23d00..863072c 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -838,12 +838,12 @@ begin if not glHasExtension('GL_ARB_texture_non_power_of_two') then begin - e_WriteLog('Driver DID''T advertised NPOT textures support', TMsgType.Warning); + e_WriteLog('NPOT textures: NO', TMsgType.Warning); glLegacyNPOT := true; end else begin - e_WriteLog('Driver advertised NPOT textures support', TMsgType.Notify); + e_WriteLog('NPOT textures: YES', TMsgType.Notify); glLegacyNPOT := false; end; gwin_dump_extensions := false; -- 2.29.2