MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / disable_seeking

Method disable_seeking

editor/debugger/editor_profiler.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void EditorProfiler::disable_seeking() {
567 seeking = false;
568 graph->queue_redraw();
569}
570
571void EditorProfiler::_combo_changed(int) {
572 _update_frame();

Callers 1

_msg_debug_exitMethod · 0.45

Calls 1

queue_redrawMethod · 0.45

Tested by

no test coverage detected