Closed TimotheeDurand closed 6 years ago
@Raul6469 main.cpp.backup is a backup of the old main (who would have guessed 😄) care to explain why the hell do i need to merge master in my branch ? Isn't the whole purpose of a pull request to do avoid this kind of hassle ?
nvm i'm retarded
@TimotheeDurand The purpose of a pull request is mainly for discussion and code review. Requiring the feature branch to be up to date with master can be useful to ensure that the latest changes are tested.
added ImGui support + example main.