Renderer/GlslWriter: Fix typo
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user