mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 22:58:45 +00:00
Fix ECogDebugRecolorMode not an enum class
This commit is contained in:
@@ -202,7 +202,7 @@ void FCogEngineWindow_DebugSettings::RenderContent()
|
||||
{
|
||||
FCogImguiHelper::ColorEdit4("Recolor Color", Settings.RecolorColor, ColorEditFlags);
|
||||
}
|
||||
else if (Settings.RecolorMode == HueOverTime)
|
||||
else if (Settings.RecolorMode == ECogDebugRecolorMode::HueOverTime)
|
||||
{
|
||||
FCogWindowWidgets::SetNextItemToShortWidth();
|
||||
ImGui::DragFloat("Recolor Speed", &Settings.RecolorTimeSpeed, 0.1f, 0.0f, 10.0f, "%.1f");
|
||||
|
||||
Reference in New Issue
Block a user