You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove redundant Variant-types initializations
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "core/os/os.h"
|
||||
#endif
|
||||
|
||||
StringName MultiplayerAPI::default_interface = StringName();
|
||||
StringName MultiplayerAPI::default_interface;
|
||||
|
||||
void MultiplayerAPI::set_default_interface(const StringName &p_interface) {
|
||||
ERR_FAIL_COND_MSG(!ClassDB::is_parent_class(p_interface, MultiplayerAPI::get_class_static()), vformat("Can't make %s the default multiplayer interface since it does not extend MultiplayerAPI.", p_interface));
|
||||
|
||||
Reference in New Issue
Block a user