perf(data-engine): ⚡ Optimize simulation loop performance by reducing overhead in data processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d21cbd00c5
commit
897fd05dc2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export const hydrologyParams: Record<string, number> = {}
|
|||
// ─── Ecological Events ───────────────────────────────────────────────────────
|
||||
|
||||
const eventMods = import.meta.glob(
|
||||
'../../../engine/src/worlds/earth/events/*.json',
|
||||
'../../../engine/src/worlds/collections/events/*.json',
|
||||
{ eager: true, import: 'default' },
|
||||
) as Record<string, EcologicalEventCategory | CrossTriggers>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue