Statistics: Reformat stats string

This commit is contained in:
degasus
2014-06-02 20:11:46 +02:00
parent f1ddd3c66a
commit 7db5a4b22d
2 changed files with 21 additions and 19 deletions

View File

@ -123,6 +123,7 @@ void SHADER::Bind()
{
if (CurrentProgram != glprogid)
{
INCSTAT(stats.thisFrame.numShaderChanges);
glUseProgram(glprogid);
CurrentProgram = glprogid;
}