Skip to content
Snippets Groups Projects
Commit db5eee01 authored by terry-norbraten's avatar terry-norbraten
Browse files

don't output empty X3D

parent da117aa9
No related branches found
No related tags found
No related merge requests found
...@@ -329,8 +329,10 @@ public class PduPlayer { ...@@ -329,8 +329,10 @@ public class PduPlayer {
} }
//create X3D components - methods will create console output //create X3D components - methods will create console output
x3dInterpolators.makeX3dInterpolator(); if (netSend) {
x3dLineSet.makeX3dLineSet(); x3dInterpolators.makeX3dInterpolator();
x3dLineSet.makeX3dLineSet();
}
} }
if (rawListener != null) { if (rawListener != null) {
rawListener.receiveBytes(null); // indicate the end rawListener.receiveBytes(null); // indicate the end
......
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