fix: e2e tests

This commit is contained in:
Marc Emmanuel 2026-01-25 21:07:45 +01:00
parent 85a9f4b948
commit 6797baf7fe
4 changed files with 22 additions and 24 deletions

View file

@ -90,8 +90,8 @@ class OceanModule {
const points = clipPoly(
relaxed.map(v => this.vertices.p[v]),
undefined,
undefined,
graphWidth,
graphHeight,
1
);
chains.push([t, points]);