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

Remove unused variable in `WorldLoader` class #78

Closed jmcph4 closed 5 years ago

jmcph4 commented 5 years ago

This commit removes the unused variable childCount from src/WorldLoader.cpp, removing compiler warnings associated with that line.

See #77

enginmanap commented 5 years ago

Merged, thanks for the help

jmcph4 commented 5 years ago

@enginmanap no problem, thanks for the speedy review.