diff --git a/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java b/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java
index db882c7fcb4a841d1678100d60511ce67309f76b..50c4b39ca84ba3031551a6991adc41a1f87155ae 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;