mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Remove unused colorInt
This commit is contained in:
parent
dc6024db97
commit
d0c75c83e2
@ -150,7 +150,6 @@ vec3 hsv2rgb(vec3 c) {
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
vec4 texture = texture2D(uMainSampler[0], outTexCoord);
|
vec4 texture = texture2D(uMainSampler[0], outTexCoord);
|
||||||
ivec4 colorInt = ivec4(texture*255.0);
|
|
||||||
|
|
||||||
for (int i = 0; i < 32; i++) {
|
for (int i = 0; i < 32; i++) {
|
||||||
if (baseVariantColors[i].a == 0.0)
|
if (baseVariantColors[i].a == 0.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user