Skip to content

Commit

Permalink
Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extension
Browse files Browse the repository at this point in the history
Patch `MultiplayerPeerExtension` to allow derived classes
  • Loading branch information
Faless authored Dec 15, 2021
2 parents 681d00b + 44b35c3 commit f9c0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/register_core_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void register_core_types() {
ResourceLoader::add_resource_format_loader(resource_format_loader_crypto);

GDREGISTER_VIRTUAL_CLASS(MultiplayerPeer);
GDREGISTER_VIRTUAL_CLASS(MultiplayerPeerExtension);
GDREGISTER_CLASS(MultiplayerPeerExtension);
GDREGISTER_VIRTUAL_CLASS(MultiplayerReplicator);
GDREGISTER_CLASS(MultiplayerAPI);
GDREGISTER_CLASS(MainLoop);
Expand Down

0 comments on commit f9c0533

Please sign in to comment.