Skip to content

Commit 0057e74

Browse files
committed
Workaround ICE on GCC 14.2.1.
1 parent e7626af commit 0057e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scene-export/obj.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void Parser::flush_mesh()
3737
if (current_positions.empty())
3838
return;
3939

40-
Mesh mesh = {};
40+
Mesh mesh;
4141

4242
if (current_material >= 0)
4343
{

0 commit comments

Comments
 (0)