enginmanap / limonEngine

3D FPS game engine with full dynamic lighting and shadows

Home Page:http://www.limonengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texture asset removes surfaces with wrong method

enginmanap opened this issue · comments

Texture asset clears SDL surfaces with delete method, but it should be removed by SDL_FreeSurface method.