MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setThreaded

Method setThreaded

src/eepp/graphics/textureatlasloader.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void TextureAtlasLoader::setThreaded( const bool& threaded ) {
319 mThreaded = threaded;
320}
321
322const bool& TextureAtlasLoader::isLoaded() const {
323 return mLoaded;

Callers 1

loadFromStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected