mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 18:24:32 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
@@ -312,7 +312,7 @@ void EditorFileServer::stop() {
|
||||
}
|
||||
|
||||
EditorFileServer::EditorFileServer() {
|
||||
server.instance();
|
||||
server.instantiate();
|
||||
quit = false;
|
||||
active = false;
|
||||
cmd = CMD_NONE;
|
||||
|
||||
Reference in New Issue
Block a user