diff options
author | german <german@thesoftwareartisans.com> | 2020-11-17 22:16:29 -0600 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2020-11-25 23:44:41 -0600 |
commit | 2c2b586d86d71bd6c134c32d27b155615230222e (patch) | |
tree | 8344f77a6a09879bc419dc62cfc3a10ad5632d82 /src/input_common/main.cpp | |
parent | 0e15c68f54ae5217e6247603b9e31757515f89e1 (diff) |
Add multiple udp server support
Diffstat (limited to 'src/input_common/main.cpp')
-rw-r--r-- | src/input_common/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index e59ad4ff52..5299549db1 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp @@ -233,7 +233,7 @@ void InputSubsystem::ReloadInputDevices() { if (!impl->udp) { return; } - impl->udp->ReloadUDPClient(); + impl->udp->ReloadSockets(); } std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( |