[XCX] copy paste fix

This commit is contained in:
getdls 2018-03-31 02:58:33 +02:00
parent 5dd2f2aed5
commit 4bce482979
2 changed files with 2 additions and 1 deletions

View File

@ -583,3 +583,4 @@ R0i.z = floatBitsToInt((intBitsToFloat(PV0i.x) * intBitsToFloat(uf_remappedPS[30
}
// export
passPixelColor0 = vec4(intBitsToFloat(R0i.x)*shadowExposure, intBitsToFloat(R0i.y)*shadowExposure, intBitsToFloat(R0i.z)*shadowExposure, intBitsToFloat(R0i.w));
}

View File

@ -478,4 +478,4 @@ R0i.w = 0;
// export
passPixelColor0 = vec4(intBitsToFloat(R0i.x)*shadowExposure, intBitsToFloat(R0i.x)*shadowExposure, intBitsToFloat(R0i.x)*shadowExposure, intBitsToFloat(R0i.w));
}
}