From 3d45564712a7e1f7dd4ba6a6b944ffab3bdfbf95 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 6 Jul 2018 14:08:27 +0100 Subject: [PATCH] Fixed a build error in the NetworkGraphicsDemo code --- extras/NetworkGraphicsDemo/Source/SlaveComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/NetworkGraphicsDemo/Source/SlaveComponent.h b/extras/NetworkGraphicsDemo/Source/SlaveComponent.h index f372953403..cbbe241ebf 100644 --- a/extras/NetworkGraphicsDemo/Source/SlaveComponent.h +++ b/extras/NetworkGraphicsDemo/Source/SlaveComponent.h @@ -201,7 +201,7 @@ private: void timerCallback() override { - send (newClientOSCAddress, clientName + ":" + getIPAddress() + send (newClientOSCAddress, clientName + ":" + IPAddress::getLocalAddress().toString() + ":" + getScreenAreaInGlobalSpace().toString()); }