Renderer/GlslWriter: Fix typo

This commit is contained in:
Lynix 2017-01-04 14:00:46 +01:00
parent f487761940
commit 114c4dbf58
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace Nz
AppendLine();
// Uniforms
if (state.m_uniforms.empty())
if (!state.m_uniforms.empty())
{
for (const auto& pair : state.m_uniforms)
{