leon 1 mese fa
parent
commit
6919f1f25d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/nodes/draw/drawNode.cpp

+ 1 - 1
src/nodes/draw/drawNode.cpp

@@ -52,7 +52,7 @@ void DrawNode::work()
                 // printf("Node %s push data to %s\n", name_.c_str(), output_buffer.first.c_str());
                 output_buffer.second->push(metaData);
             }
-            printf(metaData->depth.size() > 0 ? "depth size: %d\n" : "depth size: 0\n", metaData->depth.size());
+            std::cout << "depth map size : " << metaData->depth.size() << std::endl;
         }
         if (!has_data) {
             printf("draw wait data");