Skip to content

Commit

Permalink
Fix incorrect static typing in 2.5D demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jul 3, 2024
1 parent 0ec2fff commit 7223aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/2.5d/addons/node25d/node25d_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends EditorPlugin

const MainPanel = preload("res://addons/node25d/main_screen/main_screen_25d.tscn")

var main_panel_instance: Panel
var main_panel_instance: VBoxContainer


func _enter_tree() -> void:
Expand Down

0 comments on commit 7223aec

Please sign in to comment.