We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7626af commit 0057e74Copy full SHA for 0057e74
scene-export/obj.cpp
@@ -37,7 +37,7 @@ void Parser::flush_mesh()
37
if (current_positions.empty())
38
return;
39
40
- Mesh mesh = {};
+ Mesh mesh;
41
42
if (current_material >= 0)
43
{
0 commit comments