Windows Build Fix for GL plugin from my last rev
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@288 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
05cbb94cbb
commit
5f925882d9
|
@ -503,7 +503,6 @@ void OpenGL_Update()
|
|||
|
||||
float Max = (FactorW < FactorH) ? FactorH : FactorW;
|
||||
|
||||
float Max = (FactorW < FactorH) ? FactorH : FactorW;
|
||||
if(g_Config.bStretchToFit)
|
||||
{
|
||||
MValueX = 1.0f / FactorW;
|
||||
|
|
Loading…
Reference in New Issue