diff --git a/src/render.cpp b/src/render.cpp index 850fe26..0fa8b8c 100644 --- a/src/render.cpp +++ b/src/render.cpp @@ -217,10 +217,7 @@ void update_and_render(Arena *arena, App_State &app, f32 delta_time_ms) void *content = app.inspected_file.mem + app.viewer.base_display_addr; u64 content_size = app.inspected_file.size - app.viewer.base_display_addr; app.last_pinfo = &invalid_pinfo; - { - TIMED_SCOPE(); - app.viewer.mem_edit.DrawContents(content, content_size, app.viewer.base_display_addr); - } + app.viewer.mem_edit.DrawContents(content, content_size, app.viewer.base_display_addr); ImGui::TableNextColumn(); ImGuiColorEditFlags flags = ImGuiColorEditFlags_NoInputs|ImGuiColorEditFlags_NoLabel;