X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fengine%2Fe_textures.pas;h=e484acba06ca96058e457a3edf6cbd716614604d;hb=f7b837dfba6b036781a38fddbe957eb0478359b3;hp=6055678f343d8e55dafc2c24ff518c666d21863b;hpb=66487b9264a791df057975695339448eb3d7ba2f;p=d2df-editor.git diff --git a/src/engine/e_textures.pas b/src/engine/e_textures.pas index 6055678..e484acb 100644 --- a/src/engine/e_textures.pas +++ b/src/engine/e_textures.pas @@ -2,8 +2,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -37,7 +36,7 @@ type var e_DummyTextures: Boolean = False; - e_glLegacyNPOT: Boolean = False; + e_glLegacyNPOT: Boolean = True; TEXTUREFILTER: Integer = GL_NEAREST; function CreateTexture (var tex: GLTexture; Width, Height, aFormat: Word; pData: Pointer): Boolean;