usrgnome

Results 1 issues of usrgnome

Following code to reproduce ``` import { addEntity, createWorld } from 'bitecs'; const world = createWorld(); const entities: Set = new Set(); const totalEntities = 90000; function addEntityToGame(eid: number){ if(entities.has(eid))...

bug