summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/defaults.cpp2
-rw-r--r--src/graphicsmanager.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index a7b403298..0d24f0a0b 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -265,7 +265,7 @@ DefaultsData* getConfigDefaults()
AddDEF("enableCompoundSpriteDelay", true);
AddDEF("npcfontSize", 13);
AddDEF("useAtlases", true);
- AddDEF("useTextureSampler", true);
+ AddDEF("useTextureSampler", false);
return configData;
}
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp
index 0688540a7..7b56498dc 100644
--- a/src/graphicsmanager.cpp
+++ b/src/graphicsmanager.cpp
@@ -148,6 +148,7 @@ bool GraphicsManager::detectGraphics()
{
// hope it can work well
logger->log("detected NVIDIA driver");
+ config.setValue("useTextureSampler", true);
mode = 1;
}