Renderer/GlslWriter: Fix typo
This commit is contained in:
parent
f487761940
commit
114c4dbf58
|
|
@ -32,7 +32,7 @@ namespace Nz
|
||||||
AppendLine();
|
AppendLine();
|
||||||
|
|
||||||
// Uniforms
|
// Uniforms
|
||||||
if (state.m_uniforms.empty())
|
if (!state.m_uniforms.empty())
|
||||||
{
|
{
|
||||||
for (const auto& pair : state.m_uniforms)
|
for (const auto& pair : state.m_uniforms)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue