kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change frequency to interval

kgorking opened this issue · comments

frequency can not run systems at fx 2 second intervals, only in 1 second or less.