diff options
author | withmorten <morten.with@gmail.com> | 2021-02-04 01:40:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 01:40:45 +0100 |
commit | 263a766d8ed0daf6d720f9a0e0ff90d22c214711 (patch) | |
tree | 9c6a4ec3131d11c369713a9a0c6f7a454b74487c /src/rw | |
parent | Fix crash on changing anti aliasing (diff) | |
download | re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar.gz re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar.bz2 re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar.lz re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar.xz re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.tar.zst re3-263a766d8ed0daf6d720f9a0e0ff90d22c214711.zip |
Diffstat (limited to '')
-rw-r--r-- | src/rw/TexRead.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp index a3b2f7de..98e7d180 100644 --- a/src/rw/TexRead.cpp +++ b/src/rw/TexRead.cpp @@ -5,9 +5,6 @@ #include "common.h" #ifdef ANISOTROPIC_FILTERING #include "rpanisot.h" -#ifndef LIBRW -#pragma comment( lib, "rpanisot.lib" ) -#endif #endif #include "crossplatform.h" #include "platform.h" |