readycount--; (fix freezing issue)
This commit is contained in:
parent
b57d00e9cd
commit
0e778fe4b9
1 changed files with 1 additions and 1 deletions
2
core.gd
2
core.gd
|
@ -42,7 +42,7 @@ func attach(type:String,component,do_setup:bool = true) -> void:
|
|||
|
||||
func setready() -> void:
|
||||
readycount = readycount+1
|
||||
if readycount == 6:
|
||||
if readycount == 5:
|
||||
readylized = true
|
||||
|
||||
func lock() -> void:
|
||||
|
|
Loading…
Reference in a new issue