Skip to content
Snippets Groups Projects
Commit 8940bc32 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

DisTime improvements open-dis7

parent a1bab65b
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ public class NetworkComms implements Runnable
* @param aPdu to send */
public void sendPdu(Pdu aPdu)
{
aPdu.setTimestamp(DisTime.getCurrentDisAbsoluteTimestamp());
aPdu.setTimestamp(DisTime.getCurrentDisTimestamp());
try {
sendPacket.setData(aPdu.marshal());
if (!socket.isClosed())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment