Skip to content

Commit

Permalink
Update Routines label
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 3, 2023
1 parent 37c3f26 commit 9ee6472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptViewer/Components/RecordView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void RecordView::RunImGui()
ImGui::SameLine();
ImGui::RadioButton("WAIT calls", reinterpret_cast<int *>(&m_eTraceMethod), static_cast<char>(ETraceMethod::IP));
ImGui::SameLine();
ImGui::RadioButton("Routines", reinterpret_cast<int *>(&m_eTraceMethod), static_cast<char>(ETraceMethod::Routine));
ImGui::RadioButton("Routines (slow, also kinda broken)", reinterpret_cast<int *>(&m_eTraceMethod), static_cast<char>(ETraceMethod::Routine));

if (m_bIsRecording)
{
Expand Down

0 comments on commit 9ee6472

Please sign in to comment.