[BotW] Included stars in main pack

This commit is contained in:
Alex Chirila 2017-10-19 00:25:41 +03:00
parent b3c740c559
commit ebb3e59e84

View File

@ -91,5 +91,5 @@ R0f.y = (mul_nonIEEE(R126f.z,PV1f.z) + R125f.w);
R0f.z = (mul_nonIEEE(R126f.x,PV1f.z) + R127f.y);
R0f.w = mul_nonIEEE(backupReg0f, PV1f.x);
// export
passPixelColor0 = vec4(1.0, R0f.y, 1.0, 1.1);
passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, 1.0);
}