VertexShaderManager: Rename projection hack variables

This commit is contained in:
MerryMage 2017-06-11 14:37:18 +01:00
commit f8a99ca192
5 changed files with 47 additions and 30 deletions

View file

@ -50,7 +50,7 @@
void VideoConfig::UpdateProjectionHack()
{
::UpdateProjectionHack(g_Config.iPhackvalue, g_Config.sPhackvalue);
::UpdateProjectionHack(g_Config.phack);
}
namespace OGL