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

DisTime improvements open-dis7

parent 8940bc32
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ public class DisDemonstration { ...@@ -98,7 +98,7 @@ public class DisDemonstration {
espdu.setEntityLocation(currentPositionDisCoords); espdu.setEntityLocation(currentPositionDisCoords);
// Marshall it, send it // Marshall it, send it
espdu.setTimestamp(DisTime.getCurrentDisRelativeTimestamp()); espdu.setTimestamp(DisTime.getCurrentDisTimestamp());
buffer = ByteBuffer.wrap(espdu.marshal()); buffer = ByteBuffer.wrap(espdu.marshal());
for(InetAddress aBcast: allBcasts) for(InetAddress aBcast: allBcasts)
......
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