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) {