Skip to content

Commit

Permalink
Fixed console not clearing GTcreyon#268
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthroy12 committed Sep 23, 2023
1 parent 643690a commit 525b21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/console/console.gd
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func _input(event):
input_line.update_text()
else:
run_command(input_line.text.strip_edges())
input_line.clear()

if event.is_action_pressed("ui_up"):
var size = history.size()
Expand Down

0 comments on commit 525b21e

Please sign in to comment.