X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=863072ce1188bf94fb59aed443671c630bae44a2;hb=313f52c372a4fe70cdfb3fdfaf845b95e05be9d4;hp=8a23d00c53283fdd5bc98233fcf1a5630e6de042;hpb=73dcd471279fb6cc58e944fb56ad863955eb742e;p=d2df-sdl.git 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;