src/G4Export.cpp | ●●●●● patch | view | raw | blame | history |
src/G4Export.cpp
@@ -50,10 +50,10 @@ char buffer[OUTPUT_BUFFER_SIZE]; osc::OutboundPacketStream p( buffer, OUTPUT_BUFFER_SIZE ); if(!use_text) { p << osc::BeginBundleImmediate; } for (int i=0;i<prs->numHub;i++){ if(!use_text) { p << osc::BeginBundleImmediate; } for(int j=0;j<G4_SENSORS_PER_HUB;j++) { if(!prs->hubList[i].IsSenActive(j)){ continue;