aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Texture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Texture.cc')
-rw-r--r--src/FbTk/Texture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Texture.cc b/src/FbTk/Texture.cc
index caada06..51ca2db 100644
--- a/src/FbTk/Texture.cc
+++ b/src/FbTk/Texture.cc
@@ -87,7 +87,7 @@ void Texture::setFromString(const char * const texture_str) {
87 else if (strstr(ts, "flat")) 87 else if (strstr(ts, "flat"))
88 addType(Texture::FLAT); 88 addType(Texture::FLAT);
89 else 89 else
90 addType(Texture::DEFAULT_BEVEL); 90 addType(Texture::DEFAULT_LEVEL);
91 91
92 if (! (type() & Texture::FLAT)) { 92 if (! (type() & Texture::FLAT)) {
93 if (strstr(ts, "bevel2")) 93 if (strstr(ts, "bevel2"))