[dev] Use a yellow colour instead
1 files changed, 1 insertions(+), 1 deletions(-) M src/engine/engine.js
M src/engine/engine.js => src/engine/engine.js +1 -1
@@ 165,7 165,7 @@ export class Engine { "int firstIndex = 0;", "int secondIndex = 0;", "float secondClosestDistance = 1.0;", "vec3 secondClosestColor = palette[4];", "vec3 secondClosestColor = palette[6];", /* * loop through the palette colors and compute the two closest colors * to the input pixel color