summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2021-01-27 23:08:49 +0100
committerGitHub <noreply@github.com>2021-01-27 23:08:49 +0100
commite9054f298036a73af7491cb6bb0b73e43428d7ca (patch)
tree5468d6911c1c2208c7200398e6f517b71909bf8e
parentChange joystick DB with latest offical one (diff)
parentFix texture conversion box (diff)
downloadre3-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
-rw-r--r--src/rw/TexRead.cpp1
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"