mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Merge branch 'master' into serverini
This commit is contained in:
@ -113,7 +113,6 @@ void ReportNetErrorTrans::Post () {
|
||||
void ReportNetError (ENetProtocol protocol, ENetError error) {
|
||||
ReportNetErrorTrans * trans = NEW(ReportNetErrorTrans)(protocol, error);
|
||||
NetTransSend(trans);
|
||||
trans->DecRef();
|
||||
}
|
||||
|
||||
} using namespace Ngl;
|
||||
|
Reference in New Issue
Block a user