You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +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