diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-18 02:42:07 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 96a5583f3b37c0d56e60d726641834bfadf15d7a (patch) | |
| tree | adc35c17b3d4a42d7e617b7556d7e7693d246c3d /src/win95/awtexld.cpp | |
| parent | c12ec5ff7e430a9885c3edba0f5ff1875f0b6b6a (diff) | |
Fixed texture filtering modes.
Diffstat (limited to 'src/win95/awtexld.cpp')
| -rw-r--r-- | src/win95/awtexld.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
