Fix reference
This commit is contained in:
parent
294f5f188d
commit
0dada10659
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ func inject_entrypoint() -> void:
|
|||
# Update variables
|
||||
entrypoint_node.core = core
|
||||
entrypoint_node.logger = core.logger.get_instance(communication.get_source_path("src/" + manifest["entrypoint"]), entrypoint_node)
|
||||
entrypoint_node.communication = communication
|
||||
entrypoint_node.api = communication
|
||||
|
||||
# Add to SceneTree
|
||||
get_tree().root.add_child(entrypoint_node)
|
||||
|
|
Loading…
Reference in a new issue