Browse Source

Fix incorrect static typing in 2.5D demo

Hugo Locurcio 1 year ago
parent
commit
7223aec001
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/2.5d/addons/node25d/node25d_plugin.gd

+ 1 - 1
misc/2.5d/addons/node25d/node25d_plugin.gd

@@ -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: