enginmanap / limonEngine

3D FPS game engine with full dynamic lighting and shadows
http://www.limonengine.com
GNU Lesser General Public License v3.0
580 stars 57 forks source link

Asset Manager returns raw pointers #134

Closed enginmanap closed 3 years ago

enginmanap commented 3 years ago

One of the most central parts of the engine is Asset manager and it is returning raw pointers to loaded assets. It should return shared_ptr instead.