Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault-Brocheton committed Mar 27, 2021
1 parent 78811ec commit 0168b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UDPWrapper/Private/UDPComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void FUDPNative::OpenReceiveSocket(const FString& InListenIP /*= TEXT("0.0.0.0")

if (OnReceiveOpened)
{
OnReceiveOpened(Settings.ReceivePort);
OnReceiveOpened(InListenPort);
}

UDPReceiver->Start();
Expand Down

0 comments on commit 0168b1d

Please sign in to comment.