Update TextureReplacer.h

Correction.
This commit is contained in:
NR74W 2020-04-13 16:29:17 +02:00 committed by GitHub
parent 221eec5899
commit 113c5f3b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@ protected:
bool allowVideo_ = false;
bool ignoreAddress_ = false;
bool reduceHash_ = false;
bool disallowMipmap_ = false;
bool ignoreMipmap_ = false;
std::string gameID_;
std::string basePath_;
ReplacedTextureHash hash_ = ReplacedTextureHash::QUICK;