mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-03 22:17:24 +02:00
fix: reorder polyfills import in index.ts
This commit is contained in:
parent
064e4d83e3
commit
fd31f4c38c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
import "./polyfills";
|
|
||||||
|
|
||||||
import { lerp, lim, minmax, normalize, rn } from "./numberUtils";
|
import { lerp, lim, minmax, normalize, rn } from "./numberUtils";
|
||||||
|
import "./polyfills";
|
||||||
|
|
||||||
window.rn = rn;
|
window.rn = rn;
|
||||||
window.lim = lim;
|
window.lim = lim;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue