Buttons are now clickable

This commit is contained in:
Tleety
2016-02-16 16:28:19 +01:00
parent 6bc7131290
commit 8f84a5ddd6
7 changed files with 722 additions and 39 deletions
-3
View File
@@ -689,9 +689,6 @@ void DrawFinalPass::DrawSprites(std::list<std::shared_ptr<RenderJob>>&jobs, Rend
glDrawElements(GL_TRIANGLES, spriteJob->EndIndex - spriteJob->StartIndex + 1, GL_UNSIGNED_INT, (void*)(spriteJob->StartIndex*sizeof(unsigned int)));
}
}
// m_SpriteProgram->Unbind();
}