| 719 | } |
| 720 | |
| 721 | JUTTexture* J2DWindowEx::getContentsTexture(u8 textureIndex) const |
| 722 | { |
| 723 | J2DMaterial* material = getContentsMaterial(); |
| 724 | if (material != nullptr && material->mTevBlock != nullptr) { |
| 725 | return material->mTevBlock->getTexture(textureIndex); |
| 726 | } |
| 727 | return nullptr; |
| 728 | } |
| 729 | |
| 730 | bool J2DWindowEx::isUsed(const ResTIMG* resource) |
| 731 | { |
nothing calls this directly
no test coverage detected