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

Fix incorrect file path in `src/AssetManager.h` #80

Closed jmcph4 closed 5 years ago

jmcph4 commented 5 years ago

This commit fixes a (presumed) type in the hardcoded file path for the asset extension file.

See #79

enginmanap commented 5 years ago

that is result of using an OS with case insensitive filesystem :-/ thanks for the fix