DEADSOFTWARE

gl: detect NPOT support
[d2df-editor.git] / src / engine / e_textures.pas
index 7e1bceaa7b7b1a3a164a23c138baaa2f1fdb1b46..e484acba06ca96058e457a3edf6cbd716614604d 100644 (file)
@@ -36,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;