aboutsummaryrefslogtreecommitdiffstats
path: root/src/components.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components.cpp')
-rw-r--r--src/components.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components.cpp b/src/components.cpp
index a711f45..af746ab 100644
--- a/src/components.cpp
+++ b/src/components.cpp
@@ -106,7 +106,7 @@ Texture RenderSystem::loadTexture(const std::string& file)
void RenderSystem::render(void)
{
if (!loadTexString.empty()) {
- loadTexResult = Texture(loadTexString, true);
+ loadTexResult = Texture(loadTexString, false);
loadTexString.clear();
}