Fixed imgui window name, including UI.hpp header properly
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenVulkano::Scene::UI
|
||||
void PerformanceInfo::BeginDraw()
|
||||
{
|
||||
bool alwaysShow = true;
|
||||
ImGui::Begin("Debug Info", &alwaysShow);
|
||||
ImGui::Begin("Performance Info", &alwaysShow);
|
||||
}
|
||||
|
||||
void PerformanceInfo::Draw()
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Ui.hpp"
|
||||
#include "UI.hpp"
|
||||
|
||||
#include <deque>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user