~vam-jam/vamist.dev

1f045f0ba90d40201350917eaba9a18ce761cd5c — Vamist 3 months ago 9d9c09a
[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