SirNate0
When using static SharedPtr classmembers, my game crashes upon exiting when the destroyed object tries to remove itself from the list of event senders in the (already destroyed) context. What is a good way to avoid this? Just don’t use static objects (it is probably relatively easy now that the context has the global variables)?
Thanks!