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

Sample Project Doesnt build on 5.3? #3

Closed OptimisticMonkey closed 1 year ago

OptimisticMonkey commented 1 year ago

Cog-main\Source\CogSample\CogSampleLogCategories.h(3): error C2011: 'FLogCategoryLogCogAlways': 'struct' type redefinition

OptimisticMonkey commented 1 year ago

Looks like CogSampleLogCategories.h is just missing: #pragma once

OptimisticMonkey commented 1 year ago

Other than that - really cool so far - thanks for sharing :-)

arnaud-jamin commented 1 year ago

fixed thanks!