Allow for disabling ImGui
This commit is contained in:
@@ -139,9 +139,11 @@ namespace fgl::engine
|
||||
|
||||
#if ENABLE_IMGUI
|
||||
{
|
||||
std::cout << "Starting ImGui frame" << std::endl;
|
||||
ImGui_ImplVulkan_NewFrame();
|
||||
ImGui_ImplGlfw_NewFrame();
|
||||
ImGui::NewFrame();
|
||||
std::cout << "Started ImGui frame" << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user