From 9ee6472c12956887a02302dd6f8e0e8509929f89 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Thu, 3 Aug 2023 17:14:42 +0200 Subject: [PATCH] Update Routines label --- ScriptViewer/Components/RecordView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScriptViewer/Components/RecordView.cpp b/ScriptViewer/Components/RecordView.cpp index 808f987..5d9c98b 100644 --- a/ScriptViewer/Components/RecordView.cpp +++ b/ScriptViewer/Components/RecordView.cpp @@ -144,7 +144,7 @@ void RecordView::RunImGui() ImGui::SameLine(); ImGui::RadioButton("WAIT calls", reinterpret_cast(&m_eTraceMethod), static_cast(ETraceMethod::IP)); ImGui::SameLine(); - ImGui::RadioButton("Routines", reinterpret_cast(&m_eTraceMethod), static_cast(ETraceMethod::Routine)); + ImGui::RadioButton("Routines (slow, also kinda broken)", reinterpret_cast(&m_eTraceMethod), static_cast(ETraceMethod::Routine)); if (m_bIsRecording) {