(menu_settings) Ifdef shader settings

This commit is contained in:
twinaphex 2013-09-30 02:56:28 +02:00
parent 11e2ceb34f
commit 4dc52370c6

View File

@ -868,6 +868,7 @@ int menu_set_settings(unsigned setting, unsigned action)
break;
}
break;
#ifdef HAVE_SHADER_MANAGER
case RGUI_SETTINGS_SHADER_PASSES:
switch (action)
{
@ -935,6 +936,7 @@ int menu_set_settings(unsigned setting, unsigned action)
}
}
break;
#endif
default:
break;
}