Skip to content

Commit c10e4cf

Browse files
committed
silly bug fix
1 parent 3d37908 commit c10e4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/asset/utils/waveContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ struct preprocessing_hooks final : public boost::wave::context_policies::default
115115
if (compiler_option_s == " ")
116116
{
117117
//reset
118-
arg.clear();
119118
m_dxc_compile_flags_override.push_back(arg);
119+
arg.clear();
120120
}
121121
else
122122
{

0 commit comments

Comments
 (0)