Skip to content

Commit

Permalink
Fixed Start node bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
dipokDipu committed May 14, 2024
1 parent 6bf1192 commit e2367c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void Initialize()
{
return;
}

FindStartNode();
_initialized = true;
foreach (var node in nodes)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.studio23.ss2.dialoguesystem",
"version": "0.4.7",
"version": "0.4.8",
"displayName": "Dialogue System",
"description": "Dialogue system is an authoring tool for developers to integrate dialogue from scriptwriters inside unity.",
"unity": "2022.3",
Expand Down

0 comments on commit e2367c2

Please sign in to comment.