diff --git a/hecl/blender/BlenderConnection.cpp b/hecl/blender/BlenderConnection.cpp index 447ce9e59..925f2fe43 100644 --- a/hecl/blender/BlenderConnection.cpp +++ b/hecl/blender/BlenderConnection.cpp @@ -1064,7 +1064,7 @@ BlenderConnection::DataStream::Actor::Action::Action(BlenderConnection& conn) subtypeAABBs.emplace_back(); subtypeAABBs.back().first.read(conn); subtypeAABBs.back().second.read(conn); - printf("AABB %d\n", i); + printf("AABB %s %d\n", name.c_str(), i); } }