diff options
| author | Poommetee Ketson | 2017-10-23 15:11:46 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-10-24 01:16:27 +0700 |
| commit | 7f1d719c9a49d4a9ff00afa32db86f2277e7a6bb (patch) | |
| tree | 0ddfaaf671994676ee8aedce6dc94d202709155a /editor/script_editor_debugger.h | |
| parent | 7c188818089209b46bc6ff0cf664cbca42afb32c (diff) | |
| download | godot-7f1d719c9a49d4a9ff00afa32db86f2277e7a6bb.tar.gz godot-7f1d719c9a49d4a9ff00afa32db86f2277e7a6bb.tar.zst godot-7f1d719c9a49d4a9ff00afa32db86f2277e7a6bb.zip | |
Monitor: add checkbox to monitor list
so that users don't have to hold CTRL to select multiple entries.
Diffstat (limited to '')
| -rw-r--r-- | editor/script_editor_debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.h b/editor/script_editor_debugger.h index d0faab589..d18a625ee 100644 --- a/editor/script_editor_debugger.h +++ b/editor/script_editor_debugger.h @@ -142,7 +142,7 @@ class ScriptEditorDebugger : public Control { bool live_debug; void _performance_draw(); - void _performance_select(Object *, int, bool); + void _performance_select(); void _stack_dump_frame_selected(); void _output_clear(); |
