summaryrefslogtreecommitdiff
path: root/src/core/PlayerSkin.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-09 21:40:46 +0300
committerSergeanur <s.anureev@yandex.ua>2020-04-09 21:40:46 +0300
commita5239b554fa13aaf0ffa5ee850402f71cd680d29 (patch)
tree47ac7800bd86e5674fee2b6fc3a797647570e6cb /src/core/PlayerSkin.cpp
parent5b5de5d2f3a883a795f62098f69a05c77900ecba (diff)
parent590ff324691a8dd60c7e05170544cff8b9bcb0ab (diff)
Merge remote-tracking branch 'Fire-Head/master'
# Conflicts: # src/core/Radar.cpp
Diffstat (limited to 'src/core/PlayerSkin.cpp')
-rw-r--r--src/core/PlayerSkin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/PlayerSkin.cpp b/src/core/PlayerSkin.cpp
index bf780666..28879918 100644
--- a/src/core/PlayerSkin.cpp
+++ b/src/core/PlayerSkin.cpp
@@ -106,7 +106,9 @@ CPlayerSkin::GetSkinTexture(const char *texName)
tex = RwTextureCreate(raster);
RwTextureSetName(tex, texName);
+#ifdef FIX_BUGS
RwTextureSetFilterMode(tex, rwFILTERLINEAR); // filtering bugfix from VC
+#endif
RwTexDictionaryAddTexture(CTxdStore::GetSlot(m_txdSlot)->texDict, tex);
RwImageDestroy(image);