diff options
author | James McLean <jrimclean@gmail.com> | 2015-06-22 00:33:52 -0400 |
---|---|---|
committer | James McLean <jrimclean@gmail.com> | 2015-06-22 00:33:52 -0400 |
commit | 8edf4a56f1055c1c08ee3d485e0b857dbac5dc93 (patch) | |
tree | 1f6f63534ff8ac60ba6e49a79a70de783149c23f /tools/editor/io_plugins | |
parent | 4e3ec18f7e0794900974f70de4e293838d48c9fe (diff) | |
parent | e9bbb97acccc08ae03fde41e4cc6d2dc6722021a (diff) |
Merge branch 'master' of github.com:okamstudio/godot into development
Diffstat (limited to 'tools/editor/io_plugins')
-rw-r--r-- | tools/editor/io_plugins/editor_mesh_import_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/io_plugins/editor_mesh_import_plugin.cpp b/tools/editor/io_plugins/editor_mesh_import_plugin.cpp index 2e5a6f8a81..2139513025 100644 --- a/tools/editor/io_plugins/editor_mesh_import_plugin.cpp +++ b/tools/editor/io_plugins/editor_mesh_import_plugin.cpp @@ -105,7 +105,7 @@ public: _EditorMeshImportOptions() { generate_tangents=true; - generate_normals=true; + generate_normals=false; flip_faces=false; smooth_shading=false; weld_vertices=true; |