mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-21 20:54:43 -04:00
some more imgui refactoring
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "f_pc/f_pc_node.h"
|
||||
#include "imgui.h"
|
||||
#include "ImGuiConsole.hpp"
|
||||
#include "ImGuiMenuTools.hpp"
|
||||
#include "imgui_internal.h"
|
||||
|
||||
namespace dusk {
|
||||
@@ -68,8 +69,8 @@ namespace dusk {
|
||||
return 1;
|
||||
}
|
||||
|
||||
void ImGuiConsole::ShowProcessManager() {
|
||||
if (!CheckMenuViewToggle(ImGuiKey_F2, m_showProcessManagement)) {
|
||||
void ImGuiMenuTools::ShowProcessManager() {
|
||||
if (!ImGuiConsole::CheckMenuViewToggle(ImGuiKey_F2, m_showProcessManagement)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user