Skip to content

Commit

Permalink
Fix MonoDevelop build error
Browse files Browse the repository at this point in the history
  • Loading branch information
GoaLitiuM committed Oct 3, 2016
1 parent cddd01c commit 4d02bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pulsus/Graphics/Renderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void Present()

// reset all used views
for (int i = 0; i < spriteRenderer.currentViewport; i++)
Bgfx.SetViewClear((byte)i, ClearTargets.None, 0, 0, 0);
Bgfx.SetViewClear((byte)i, ClearTargets.None, 0, 0.0f, 0);

spriteRenderer.currentViewport = 0;
}
Expand Down

0 comments on commit 4d02bee

Please sign in to comment.