Chromium Code Reviews

Unified Diff: import/cross/collada.h

Issue 159168: This fixes a number of things that are warnings in the Mac compiler.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.
« core/cross/bitmap_dds.cc ('K') | « core/cross/transform.cc ('k') | import/cross/collada.cc » ('j') | no next file with comments »

Powered by Google App Engine