fix FXAA/NONE check skip.
authorTerri00 <thrustmediaproductions@gmail.com>
Wed, 26 Jun 2019 08:14:36 +0000 (09:14 +0100)
committerTerri00 <thrustmediaproductions@gmail.com>
Wed, 26 Jun 2019 08:14:36 +0000 (09:14 +0100)
MCDV/tar_config.hpp

index 58a95a66a1fcbc29235e1f8066ab102cca6c74bc..c36658e64b99bb88af170182f5b841484c2af590 100644 (file)
@@ -140,6 +140,7 @@ public:
                switch (hash(kv::tryGetStringValue(kvs, "ssaam", "3").c_str())) {
                        case hash("1"): this->m_sampling_mode = sampling_mode::MSAA4x; break;
                        case hash("2"): this->m_sampling_mode = sampling_mode::MSAA16x; break;
+                       case hash("0"): this->m_sampling_mode = sampling_mode::NONE; break;
                }
 
                switch (hash(kv::tryGetStringValue(kvs, "outputMode", "0").c_str())) {