This commit is contained in:
Antoine Pilote
2024-09-05 20:01:12 -04:00
parent 2c2ed94eea
commit 43e9d6e7fc
2 changed files with 5 additions and 5 deletions

View File

@@ -271869,10 +271869,10 @@ namespace Nuake {
0x2E, 0x62, 0x2C, 0x20, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x29, 0x2C, 0x0D,
0x0A, 0x09, 0x09, 0x6D, 0x69, 0x78, 0x28, 0x30, 0x2C, 0x20, 0x66, 0x72,
0x61, 0x67, 0x43, 0x6F, 0x6C, 0x6F, 0x72, 0x2E, 0x61, 0x2C, 0x20, 0x72,
0x61, 0x74, 0x69, 0x6F, 0x29, 0x2C, 0x0D, 0x0A, 0x09, 0x29, 0x3B, 0x0D,
0x0A, 0x20, 0x20, 0x20, 0x20, 0x46, 0x72, 0x61, 0x67, 0x43, 0x6F, 0x6C,
0x6F, 0x72, 0x20, 0x3D, 0x20, 0x66, 0x69, 0x6E, 0x61, 0x6C, 0x43, 0x6F,
0x6C, 0x6F, 0x72, 0x3B, 0x0D, 0x0A, 0x7D, 0x0D, 0x0A,
0x61, 0x74, 0x69, 0x6F, 0x29, 0x0D, 0x0A, 0x09, 0x29, 0x3B, 0x0D, 0x0A,
0x20, 0x20, 0x20, 0x20, 0x46, 0x72, 0x61, 0x67, 0x43, 0x6F, 0x6C, 0x6F,
0x72, 0x20, 0x3D, 0x20, 0x66, 0x69, 0x6E, 0x61, 0x6C, 0x43, 0x6F, 0x6C,
0x6F, 0x72, 0x3B, 0x0D, 0x0A, 0x7D, 0x0D, 0x0A,
};
unsigned int Resources_Shaders_outline_shader_len = sizeof(Resources_Shaders_outline_shader);

View File

@@ -84,7 +84,7 @@ void main()
mix(0, fragColor.r, ratio),
mix(0, fragColor.g, ratio),
mix(0, fragColor.b, ratio),
mix(0, fragColor.a, ratio),
mix(0, fragColor.a, ratio)
);
FragColor = finalColor;
}