aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index bf782bb..8412c6c 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -110,7 +110,6 @@ namespace QuickMedia {
if(download_to_string(url, texture_data) == DownloadResult::OK) {
if(result->loadFromMemory(texture_data.data(), texture_data.size())) {
//result->generateMipmap();
- result->setSmooth(true);
}
}
loading_thumbnail = false;