1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 14:46:29 +09:00

IndexerName added, comment added and corrected allocation in imageserver sample

This commit is contained in:
lidgren
2010-05-18 20:23:16 +00:00
parent f39a7d8fcb
commit 00edeaabf4
3 changed files with 5 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ namespace ImageServer
}
*/
NetOutgoingMessage om = Server.CreateMessage(ImageData.Length);
NetOutgoingMessage om = Server.CreateMessage(ImageData.Length + 5);
om.Write((ushort)ImageWidth);
om.Write((ushort)ImageHeight);