| 14 | } |
| 15 | |
| 16 | void MixedTextureMaterial::SetSecondTexture(Ref<Textures::Texture>& texture) { |
| 17 | m_second_texture = texture; |
| 18 | } |
| 19 | |
| 20 | void MixedTextureMaterial::SetSecondTexture(Textures::Texture* const texture) { |
| 21 | m_second_texture.reset(texture); |
nothing calls this directly
no outgoing calls
no test coverage detected