Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Apr 10, 2019
1 parent fab2267 commit 060d10b
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 @@ -20,7 +20,7 @@ UUDPComponent::UUDPComponent(const FObjectInitializer &init) : UActorComponent(i
BufferSize = 2 * 1024 * 1024; //default roughly 2mb

SenderSocket = nullptr;
ReceiveSocket = nullptr;
ReceiverSocket = nullptr;
}

void UUDPComponent::ConnectToSendSocket(const FString& InIP /*= TEXT("127.0.0.1")*/, const int32 InPort /*= 3000*/)
Expand Down

0 comments on commit 060d10b

Please sign in to comment.