extrawurst / unecht

Game Engine Framework for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crossreferencing problem

extrawurst opened this issue · comments

components referencing components of another entity become dangling once this entity or component is destroyed

only way would be to use weak refs all over the place but this still leaves the user to check b4 accesing. will have to think more about it...