Index: import/cross/collada.h |
=================================================================== |
--- import/cross/collada.h (revision 21208) |
+++ import/cross/collada.h (working copy) |
@@ -132,8 +132,8 @@ |
struct Options { |
Options() |
: generate_mipmaps(true), |
+ keep_original_data(false), |
condition_document(false), |
- keep_original_data(false), |
up_axis(0.0f, 0.0f, 0.0f), |
base_path(FilePath::kCurrentDirectory) {} |
// Whether or not to generate mip-maps on the textures we load. |