| 14 | } |
| 15 | |
| 16 | TexturePtr AssetTextureGroup::loadTexture(AssetPath const& imagePath) { |
| 17 | return loadTexture(imagePath, false); |
| 18 | } |
| 19 | |
| 20 | TexturePtr AssetTextureGroup::tryTexture(AssetPath const& imagePath) { |
| 21 | return loadTexture(imagePath, true); |
no test coverage detected