|
|
@ -113,7 +113,6 @@ void ReportNetErrorTrans::Post () { |
|
|
|
void ReportNetError (ENetProtocol protocol, ENetError error) { |
|
|
|
void ReportNetError (ENetProtocol protocol, ENetError error) { |
|
|
|
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error); |
|
|
|
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error); |
|
|
|
NetTransSend(trans); |
|
|
|
NetTransSend(trans); |
|
|
|
trans->DecRef(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} using namespace Ngl; |
|
|
|
} using namespace Ngl; |
|
|
|