Clang 13: Fix build errors ...
... due to local variables only being written to (but never read). Signed-off-by: Daniel Edwards <dev@danieledwards.de>
This commit is contained in:
+1
-1
@@ -1126,7 +1126,7 @@ namespace Multiplayer
|
||||
netBindComponent->NotifyServerMigration(GetRemoteHostId());
|
||||
}
|
||||
|
||||
bool didSucceed = true;
|
||||
[[maybe_unused]] bool didSucceed = true;
|
||||
EntityMigrationMessage message;
|
||||
message.m_netEntityId = replicator->GetEntityHandle().GetNetEntityId();
|
||||
message.m_prefabEntityId = netBindComponent->GetPrefabEntityId();
|
||||
|
||||
Reference in New Issue
Block a user