Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small issue w/ Linux compilation due to case-sensitive filenames #29

Closed
4xx31 opened this issue Feb 8, 2024 · 1 comment
Closed

Small issue w/ Linux compilation due to case-sensitive filenames #29

4xx31 opened this issue Feb 8, 2024 · 1 comment

Comments

@4xx31
Copy link

4xx31 commented Feb 8, 2024

Hey. First of all, thank you for creating this really neat plugin.

I just wanted to let you know that there were some compilation errors on our Linux build machine due to the CogImguiHelper.h file being included as CogImGuiHelper.h. I wanted to create a pull request but don't have time for it, sorry. It's basically replacing:

#include "CogImGuiHelper.h"

with

#include "CogImguiHelper.h"

on the 5 or so files that have the name wrong.

@arnaud-jamin
Copy link
Owner

Thank you, this is appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants