diff options
author | erorcun <erayorcunus@gmail.com> | 2021-01-27 23:08:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 23:08:49 +0100 |
commit | e9054f298036a73af7491cb6bb0b73e43428d7ca (patch) | |
tree | 5468d6911c1c2208c7200398e6f517b71909bf8e /src/rw/TexRead.cpp | |
parent | Change joystick DB with latest offical one (diff) | |
parent | Fix texture conversion box (diff) | |
download | re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar.gz re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar.bz2 re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar.lz re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar.xz re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.tar.zst re3-e9054f298036a73af7491cb6bb0b73e43428d7ca.zip |
Diffstat (limited to 'src/rw/TexRead.cpp')
-rw-r--r-- | src/rw/TexRead.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp index c009af96..98e7d180 100644 --- a/src/rw/TexRead.cpp +++ b/src/rw/TexRead.cpp @@ -1,6 +1,7 @@ #pragma warning( push ) #pragma warning( disable : 4005) #pragma warning( pop ) +#define FORCE_PC_SCALING #include "common.h" #ifdef ANISOTROPIC_FILTERING #include "rpanisot.h" |