sdslabs / Rootex

An advanced C++ 3D game engine powering an in-production game yet to be announced

Home Page:https://rootex.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove raw pointers

Aviii06 opened this issue · comments

Currently, raw pointers of components are being distributed to many places; this will cause a lot of problems in the future. This causes issues when components are shifted or deleted in memory.