MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ResetMipmap

Method ResetMipmap

engine/Poseidon/Graphics/Textures/TextureBank.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void Texture::ResetMipmap()
320{
321 _mipmapNeeded = INT_MAX;
322 _mipmapWanted = INT_MAX;
323}
324
325bool NoTextures = false;
326

Callers 1

FinishFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected