MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / reset

Method reset

src/Core/Graphics/Texture.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 void Texture::reset()
209 {
210 m_texture = sf::Texture {};
211 }
212
213 unsigned Texture::useCount()
214 {

Callers 1

loadTextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected