diff options
Diffstat (limited to 'editor/import')
-rw-r--r-- | editor/import/editor_scene_importer_gltf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/import/editor_scene_importer_gltf.cpp b/editor/import/editor_scene_importer_gltf.cpp index 419f007cec..3239cadbe4 100644 --- a/editor/import/editor_scene_importer_gltf.cpp +++ b/editor/import/editor_scene_importer_gltf.cpp @@ -989,7 +989,9 @@ Error EditorSceneImporterGLTF::_parse_meshes(GLTFState &state) { Mesh::PRIMITIVE_TRIANGLES, Mesh::PRIMITIVE_TRIANGLES, Mesh::PRIMITIVE_TRIANGLES, +#ifndef _MSC_VER #warning these will have to be decomposed into proper primitive now that lineloop/strip,etc no longer supported +#endif }; primitive = primitives2[mode]; |