Fix RPC invoking on object with different ID but matching parent and type

This commit is contained in:
Wojtek Figat
2023-06-11 21:35:50 +02:00
parent 31c9b85a3f
commit 5f8e5d44dc
2 changed files with 7 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
#include "Engine/Profiler/ProfilerCPU.h"
#include "Engine/Scripting/Scripting.h"
#define NETWORK_PROTOCOL_VERSION 1
#define NETWORK_PROTOCOL_VERSION 2
float NetworkManager::NetworkFPS = 60.0f;
NetworkPeer* NetworkManager::Peer = nullptr;