Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed Apr 18, 2023
1 parent a307cf1 commit 9006a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/source/sim/netConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,12 @@ class NetConnection : public ConnectionProtocol, public SimGroup
/// a pointer to the other side.
SimObjectPtr<NetConnection> mRemoteConnection;

#ifdef TORQUE_NET_HOLEPUNCHING
ConnectionParameters mConnectionParameters;
public:
ConnectionParameters &getConnectionParameters() { return mConnectionParameters; }
private:
#endif

NetAddress mNetAddress;

Expand Down

0 comments on commit 9006a14

Please sign in to comment.