Updated postpro shaders system

This commit is contained in:
raysan5 2015-06-16 20:02:01 +02:00
parent d9c5614342
commit 9572d6c063
3 changed files with 23 additions and 5 deletions

View file

@ -999,6 +999,8 @@ void SetCustomShader(Shader shader)
void SetDefaultShader(void)
{
rlglSetDefaultShader();
enabledPostpro = false;
}
//----------------------------------------------------------------------------------