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

DisTime improvements open-dis7

parent cebb7a34
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ public class PduSender ...@@ -183,7 +183,7 @@ public class PduSender
// update the timestamp on ALL packets sent. // update the timestamp on ALL packets sent.
// An alterative approach: actually follow the standard. It's a crazy concept, // An alterative approach: actually follow the standard. It's a crazy concept,
// but it might just work. // but it might just work.
timestamp = DisTime.getTimestamp(); timestamp = DisTime.getCurrentDisTimestamp();
espdu.setTimestamp(timestamp); espdu.setTimestamp(timestamp);
// Set the position of the entity in the world. DIS uses a cartesian // Set the position of the entity in the world. DIS uses a cartesian
......
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