summaryrefslogtreecommitdiff
path: root/tools/collada/collada.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/collada/collada.h')
-rw-r--r--tools/collada/collada.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/collada/collada.h b/tools/collada/collada.h
index 01934a1e76..9340cdd3f3 100644
--- a/tools/collada/collada.h
+++ b/tools/collada/collada.h
@@ -75,6 +75,7 @@ public:
float shininess;
bool found_double_sided;
bool double_sided;
+ bool unshaded;
String get_texture_path(const String& p_source,Collada& state) const;
@@ -83,7 +84,7 @@ public:
double_sided=true;
found_double_sided=false;
shininess=40;
-
+ unshaded=false;
}
};