Skip to content

Commit

Permalink
bugfix: click setting icon will crash in godot4rc1
Browse files Browse the repository at this point in the history
Co-authored-by: CheapMeow <[email protected]>
Co-authored-by: k2kra <[email protected]>
  • Loading branch information
CheapMeow and Ark2000 committed Feb 9, 2023
1 parent d044df4 commit fce491a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/panku_console/components/exporter/exporter_2.gd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func setup(_obj:Object):
#get all export properties from its script
var data = script.get_script_property_list()
var row = null
var group:Array = []
var group:Array[Control] = []
var group_buttons = []
var last_group_button = null
for d in data:
Expand Down
2 changes: 1 addition & 1 deletion addons/panku_console/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="PankuConsole"
description="All-in-One Godot Engine runtime debugging tool."
author="Feo (k2kra) Wu"
version="1.3.63"
version="1.3.64"
script="plugin.gd"

0 comments on commit fce491a

Please sign in to comment.