Started mesh merging implementation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user