DinkyECS shouldn't be copying facts and other stuff over to new worlds #85

Closed
opened 2025-08-18 05:15:52 +00:00 by zedshaw · 0 comments
zedshaw commented 2025-08-18 05:15:52 +00:00 (Migrated from lcthw.dev)

Currently facts are being copied into a whole new set of facts, which means that previous worlds will retain the facts as they were at that level. Problem is these are facts so there should really be only one set. It's better to make this (and possibly other things) a shared_ptr.

Currently facts are being copied into a whole new set of facts, which means that previous worlds will retain the facts as they were at that level. Problem is these are _facts_ so there should really be only one set. It's better to make this (and possibly other things) a shared_ptr.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: games/raycaster#85
No description provided.