Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-09-29 13:14:44 +0000
committerStijn Buys <ingar@osirion.org>2013-09-29 13:14:44 +0000
commitce78048419f2cf6f86aeb22b78420da2d5523ba2 (patch)
tree24bc46d53c34687d7b8465eab7f0595f6260212c /src/model
parent18dc1f6d0e044e5e4b1f3a40fcc65e532ec2e765 (diff)
build-0.2.5-svn1327
Diffstat (limited to 'src/model')
-rw-r--r--src/model/material.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/material.cc b/src/model/material.cc
index 5a99489..f8ffbc0 100644
--- a/src/model/material.cc
+++ b/src/model/material.cc
@@ -279,6 +279,7 @@ void Material::load_shader(const std::string &shadername)
material->set_flags(FlagOrigin);
} else if (firstword.compare("decal") == 0) {
material->set_flags(FlagDecal);
+
} else if (firstword.compare("qer_editorimage") == 0) {
// keyword qer_editorimage is ignored
continue;