Skip to content

Instantly share code, notes, and snippets.

diff --git a/Code/ServerApp/Source/NetImguiServer_RemoteClient.cpp b/Code/ServerApp/Source/NetImguiServer_RemoteClient.cpp
index 21ec2d0..19af2ff 100644
--- a/Code/ServerApp/Source/NetImguiServer_RemoteClient.cpp
+++ b/Code/ServerApp/Source/NetImguiServer_RemoteClient.cpp
@@ -12,11 +12,8 @@ static Client* gpClients = nullptr; // Table of all potentially connected clien
static uint32_t gClientCountMax = 0;
NetImguiImDrawData::NetImguiImDrawData()
-: mCommandList(nullptr)
{