diff --git a/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt b/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt index eeb5279c..054f88e1 100644 --- a/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt +++ b/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt @@ -2,8 +2,8 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$scaleFactorX = always_decimal_format($fullWidth / 1920.0); -$scaleFactorY = always_decimal_format($fullHeight / 1080.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0*2); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0*2); ?> #version 420 #extension GL_ARB_texture_gather : enable