mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
oh are you serious
This commit is contained in:
parent
053e4831fe
commit
78c4aa7636
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ static func get_ancestor(start: Node) -> MainGame:
|
|||
if current is MainGame:
|
||||
return current
|
||||
current = current.get_parent()
|
||||
Log.w(self, "MainGame ancestor not found.")
|
||||
Log.w(start, "MainGame ancestor not found.")
|
||||
return null
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue