Revert "Revert "Forward+""

This reverts commit b908a9f9c6.
This commit is contained in:
Tleety
2016-01-11 17:56:58 +01:00
parent 84818f6fcb
commit 0cf8d26557
25 changed files with 780 additions and 272 deletions
+1
View File
@@ -3,6 +3,7 @@
bool RenderState::Enable(GLenum cap)
{
if (glIsEnabled(cap)) {
//LOG_WARNING("Trying to enable somthing that is already enabled.");
return false;
}
m_ResetFunctions.push_back(std::bind(glDisable, cap));