From 96a5583f3b37c0d56e60d726641834bfadf15d7a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 18 Aug 2001 02:42:07 +0000 Subject: Fixed texture filtering modes. --- src/win95/awtexld.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/win95/awtexld.cpp') diff --git a/src/win95/awtexld.cpp b/src/win95/awtexld.cpp index c48c4df..eb2a34d 100644 --- a/src/win95/awtexld.cpp +++ b/src/win95/awtexld.cpp @@ -571,7 +571,6 @@ AwTl::SurfUnion AwBackupTexture::CreateTexture(AwTl::CreateTextureParms const & /* temp junk */ Tex->w = m_nWidth; Tex->h = m_nHeight; - Tex->data = NULL; CreateOGLTexture(Tex, buf); /* this will set the id */ free(buf); -- cgit v1.3