mirror of https://github.com/AxioDL/metaforce.git
AABB progress message tweak
This commit is contained in:
parent
6ca1f05492
commit
67bb64e7dd
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue