more fix
This commit is contained in:
@@ -4,5 +4,10 @@ namespace SharpIDE.Godot.Features.Debug_.Tab.SubTabs;
|
||||
|
||||
public partial class ThreadsVariablesSubTab : Control
|
||||
{
|
||||
|
||||
private VBoxContainer _threadsVboxContainer = null!;
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
_threadsVboxContainer = GetNode<VBoxContainer>("%ThreadsPanel/VBoxContainer");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user