Test fix
This commit is contained in:
parent
cea235648d
commit
1c0963ba90
Binary file not shown.
|
@ -14,11 +14,11 @@ void network_send_ping(struct NetworkPlayer* toNp) {
|
||||||
packet_write(&p, ×tamp, sizeof(f64));
|
packet_write(&p, ×tamp, sizeof(f64));
|
||||||
network_send_to(toNp->localIndex, &p);
|
network_send_to(toNp->localIndex, &p);
|
||||||
|
|
||||||
//LOG_INFO("tx ping");
|
LOG_INFO("tx ping");
|
||||||
}
|
}
|
||||||
|
|
||||||
void network_receive_ping(struct Packet* p) {
|
void network_receive_ping(struct Packet* p) {
|
||||||
//LOG_INFO("rx ping");
|
LOG_INFO("rx ping");
|
||||||
|
|
||||||
u8 globalIndex;
|
u8 globalIndex;
|
||||||
f64 timestamp;
|
f64 timestamp;
|
||||||
|
|
Loading…
Reference in New Issue