JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[BUG] Incorrect console warn #87

Closed JaimeGensler closed 6 months ago

JaimeGensler commented 8 months ago

Bug Description

Ordering of World.p.prepare() is wrong and so async plugins can cause the no applyCommands warning to appear - oops