You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fixed breakpoint gutter toggle not updating when game is running, issue 5712
This commit is contained in:
@@ -321,6 +321,7 @@ public:
|
||||
void get_breakpoints(List<String> *p_breakpoints);
|
||||
|
||||
void swap_lines(TextEdit *tx, int line1, int line2);
|
||||
void _breakpoint_toggled(const int p_row);
|
||||
|
||||
void save_all_scripts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user