| 424 | } |
| 425 | |
| 426 | void J2DScreen::animation() |
| 427 | { |
| 428 | animationPane(mTransform); |
| 429 | for (u16 i = 0; i < mMaterialCount; i++) { |
| 430 | mMaterials[i].animation(); |
| 431 | } |
| 432 | } |
| 433 | |
| 434 | void J2DScreen::setAnimation(J2DAnmColor* animation) |
| 435 | { |
no outgoing calls
no test coverage detected