Skip to content

Commit

Permalink
Update src/Layers/xrRenderPC_GL/rgl_shaders.cpp
Browse files Browse the repository at this point in the history
Fix format OpenXRay#3

Co-authored-by: Xottab_DUTY <Xottab-DUTY@users.noreply.github.com>
  • Loading branch information
eagleivg and Xottab-DUTY authored Jul 2, 2020
1 parent 4092ccb commit e737adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRenderPC_GL/rgl_shaders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ HRESULT CRender::shader_compile(pcstr name, IReader* fs, pcstr pFunctionName,
else
{
sh_name.append(static_cast<u32>(0));
}
}

// Soft particles
{
Expand Down

0 comments on commit e737adc

Please sign in to comment.