diff --git a/static/reticle-renderer.js b/static/reticle-renderer.js index 2a1ba9d..595a52c 100644 --- a/static/reticle-renderer.js +++ b/static/reticle-renderer.js @@ -34,7 +34,7 @@ export class ReticleCursor extends Reticle { hash = (hash << 5) - hash + this.nickname.charCodeAt(i); hash |= 0; } - return `oklch(65% 0.2 ${(hash / 0xffff) * 360}deg)`; + return `oklch(65% 0.2 ${(hash / 0x7fffffff) * 360}deg)`; } setCursor(x, y) {