mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
Update tutorial.dox (#246)
remove excess spaces which show up as literal <br> in the docs
This commit is contained in:
parent
b275a5334f
commit
5857b13df1
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ disconnect event and must be explicitly reset.
|
||||||
...
|
...
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
@section SendingPacket Sending a packet to an ENet peer
|
@section SendingPacket Sending a packet to an ENet peer
|
||||||
|
|
||||||
Packets in ENet are created with enet_packet_create(), where the size
|
Packets in ENet are created with enet_packet_create(), where the size
|
||||||
of the packet must be specified. Optionally, initial data may be
|
of the packet must be specified. Optionally, initial data may be
|
||||||
|
|
Loading…
Reference in a new issue