refactor: update import path for label-raycast and improve state label rendering logic

This commit is contained in:
StempunkDev 2026-02-17 01:51:08 +01:00
parent 861db87bff
commit 0d56479e00
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import {
raycast, raycast,
findBestRayPair, findBestRayPair,
ANGLES, ANGLES,
} from "../utils/label-raycast"; } from "./label-raycast";
declare global { declare global {
var drawStateLabels: (list?: number[]) => void; var drawStateLabels: (list?: number[]) => void;

View file

@ -1,4 +1,4 @@
import { findClosestCell } from "./graphUtils"; import { findClosestCell } from "../utils/graphUtils";
export interface Ray { export interface Ray {
angle: number; angle: number;