RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
584 stars 77 forks source link

fixed compiler warnings #288

Closed kyomawolf closed 4 months ago

kyomawolf commented 4 months ago

I also fixed the compiler warning about comparing that count unsigned integer with an integer by simply casting it. This should cause no issue as there is a <0 check beforehand

kyomawolf commented 4 months ago

Ah shit, seems like the update example commit came in as well; forgot to change the branch. Anyway, I updated the example to reflect the corresponding C example and made the Makefile work (at least under Linux, if someone could test it under Win/Mac this would be great). The builtin debug an run functionality of VSCode should be workign correctly as well

kyomawolf commented 4 months ago

Also Build fails, for some reason it cant find the repository URL?

RobLoach commented 4 months ago

Thanks so much for the updates. For the automated tests, it looks like GitHub Actions could use some updates. Going to merge this forwards! Thanks so much.