arnaud-jamin / Cog

Cog is a set of debug tools for Unreal Engine built on top of Dear ImGui
MIT License
357 stars 44 forks source link

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

Open 4x3lpri3t0 opened 9 months ago

4x3lpri3t0 commented 9 months ago

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 commented 9 months ago

Thank you, this is appreciated :)