1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 05:36:43 +00:00

[General] Remove debug line from ActorAnimFlags

This commit is contained in:
David Cernat 2017-05-28 10:43:53 +03:00
parent 8478fed98a
commit 9fe5b4a305

View file

@ -41,5 +41,4 @@ void PacketActorAnimFlags::Packet(RakNet::BitStream *bs, bool send)
actorList->baseActors.push_back(actor);
}
}
printf("Packet size: %d\n", bs->GetNumberOfBytesUsed());
}