Skip to content

Commit

Permalink
Fix typo in editor_log.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickeon committed Nov 22, 2024
1 parent f952bfe commit fc45fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/editor_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ class EditorLog : public HBoxContainer {
Button *show_search_button = nullptr;
LineEdit *search_box = nullptr;

// Reference to the "Output" button on the toolbar so we can update it's icon when
// Warnings or Errors are encounetered.
// Reference to the "Output" button on the toolbar so we can update its icon when warnings or errors are encountered.
Button *tool_button = nullptr;

bool is_loading_state = false; // Used to disable saving requests while loading (some signals from buttons will try trigger a save, which happens during loading).
Expand Down

0 comments on commit fc45fd6

Please sign in to comment.