From a2a970f3e511bd3896ed1b40b9e415983ca2b2aa Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 29 Jan 2022 06:34:40 -0800 Subject: [PATCH] DisTime improvements open-dis7 --- src/edu/nps/moves/dis7/examples/PduSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/nps/moves/dis7/examples/PduSender.java b/src/edu/nps/moves/dis7/examples/PduSender.java index a29d1efa3c..7a3e52eee5 100644 --- a/src/edu/nps/moves/dis7/examples/PduSender.java +++ b/src/edu/nps/moves/dis7/examples/PduSender.java @@ -183,7 +183,7 @@ public class PduSender // update the timestamp on ALL packets sent. // An alterative approach: actually follow the standard. It's a crazy concept, // but it might just work. - timestamp = DisTime.getTimestamp(); + timestamp = DisTime.getCurrentDisTimestamp(); espdu.setTimestamp(timestamp); // Set the position of the entity in the world. DIS uses a cartesian -- GitLab