X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=863072ce1188bf94fb59aed443671c630bae44a2;hb=cd4267cdb40a9994eec9b093c45f711b2fa6d259;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;