| 1123 | } |
| 1124 | |
| 1125 | void J2DPictureEx::setAnimation(J2DAnmColor* animation) |
| 1126 | { |
| 1127 | if (mMaterial != nullptr) { |
| 1128 | mMaterial->setAnimation(animation); |
| 1129 | } |
| 1130 | } |
| 1131 | |
| 1132 | void J2DPictureEx::setAnimation(J2DAnmTextureSRTKey* animation) |
| 1133 | { |
nothing calls this directly
no test coverage detected