Started mesh merging implementation

This commit is contained in:
2024-10-10 12:25:32 +03:00
parent 2597802469
commit f4f8bbce0b
20 changed files with 1923 additions and 705 deletions

View File

@@ -234,7 +234,8 @@ void StreamWorld::remove_building(const String &key)
update_items();
}
void StreamWorld::run_command(const String &command, const Array &args)
void StreamWorld::run_command(const String &command,
const Vector<Variant> &args)
{
if (command == "get_closest_building") {
if (args.size() == 0) {