extrawurst / unecht

Game Engine Framework for the D programming language
MIT License
55 stars 6 forks source link

crossreferencing problem #101

Open extrawurst opened 9 years ago

extrawurst commented 9 years ago

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

extrawurst commented 9 years ago

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...