| 943 | } |
| 944 | |
| 945 | void BodySim::destroySqBounds() |
| 946 | { |
| 947 | ElementSim* current = getElements_(); |
| 948 | while(current) |
| 949 | { |
| 950 | static_cast<ShapeSim*>(current)->destroySqBounds(); |
| 951 | current = current->mNextInActor; |
| 952 | } |
| 953 | } |
| 954 | |
| 955 | void BodySim::freezeTransforms(Cm::BitMapPinned* shapeChangedMap) |
| 956 | { |
no outgoing calls
no test coverage detected