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()); }