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:
Sonicadvance1 2008-08-24 10:24:17 +00:00
parent 05cbb94cbb
commit 5f925882d9
1 changed files with 0 additions and 1 deletions

View File

@ -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;