ConfettiFX/The-Forge

Asserts triggering in modified version of flecs when running with high uptime

MoombaDS opened this issue · 3 comments

When running the engine with a high uptime (16:21:53:13 in this instance) on a Windows 10 machine, these asserts in the modified version of flecs are triggered:

assert(sec < UINT32_MAX);
assert((now_us - sec * 1000000) < UINT32_MAX);

This issue doesn't seem to be present in the vanilla version of flecs and values returned for sec at low uptimes seem to be correct in both versions.

We are going to look into this! Thanks for providing the issue.

Should be resolved.

Should be resolved.