Fix remote server version calculation

This commit is contained in:
baldurk
2020-07-02 17:19:07 +01:00
parent c7f3f3a54f
commit c8d75f57d9
+1 -1
View File
@@ -46,7 +46,7 @@ RDOC_DEBUG_CONFIG(bool, RemoteServer_DebugLogging, false,
"traffic to and from the remote server.");
static const uint32_t RemoteServerProtocolVersion =
uint32_t(RENDERDOC_VERSION_MAJOR * 1000) | RENDERDOC_VERSION_MINOR;
uint32_t(RENDERDOC_VERSION_MAJOR * 1000) + RENDERDOC_VERSION_MINOR;
enum RemoteServerPacket
{