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

Small error in the "src/main.cpp" file

brightprogrammer opened this issue · comments

there is a small error in the "src/main.cpp" file. In line 148, 140 & 152 of the main.cpp file, you are using something like "std::__cxx11::string" which raises an error while building the project. I tried replacing it with "std::string" and then it compiled!

I don't even know whether this is an issue or not, I am new to all these things. I just think that you are doing a very great job!

Hi!

It is definetely an error. My IDE adds these on refactors, and sometimes I miss them and commit like that, sorry. I don't have a pc at hand, but I would accept a PR if you already fixed it. If not I will fix it in a couple of days.

Fixed by #114 thanks @brightprogrammer !