From 8e81dddc3824fea4ac15205ef2b1073e66fa8616 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 1 Jan 2022 23:57:31 -0800 Subject: [PATCH] capitalization --- src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java b/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java index db882c7fcb..50c4b39ca8 100644 --- a/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java +++ b/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java @@ -89,7 +89,7 @@ public class PduPlayer { // -------------------- Begin Variables for X3D autogenerated code private X3dCreateInterpolators x3dInterpolators = new X3dCreateInterpolators(); private X3dCreateLineSet x3dLineSet = new X3dCreateLineSet(); - private byte[] globalByteBufferForX3dInterPolators = null; + private byte[] globalByteBufferForX3dInterpolators = null; // -------------------- End Variables for X3D autogenerated code /** @@ -365,9 +365,9 @@ public class PduPlayer { System.out.println("Sent PDU: " + pduType); // Add Points to X3D Components -// globalByteBufferForX3dInterPolators = bufferShort.clone(); -// x3dInterpolators.addPointsToMap(globalByteBufferForX3dInterPolators); // gets cloned again -// x3dLineSet.addPointsToMap(globalByteBufferForX3dInterPolators); // gets cloned again +// globalByteBufferForX3dInterpolators = bufferShort.clone(); +// x3dInterpolators.addPointsToMap(globalByteBufferForX3dInterpolators); // gets cloned again +// x3dLineSet.addPointsToMap(globalByteBufferForX3dInterpolators); // gets cloned again } break; -- GitLab