You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
@@ -84,7 +84,7 @@ RemoteDebuggerPeerTCP::RemoteDebuggerPeerTCP(Ref<StreamPeerTCP> p_tcp) {
|
||||
thread.start(_thread_func, this);
|
||||
#endif
|
||||
} else {
|
||||
tcp_client.instance();
|
||||
tcp_client.instantiate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user