MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / invalidateRegion

Method invalidateRegion

src/OpenLoco/src/Graphics/SoftwareDrawingEngine.cpp:206–209  ·  view source on GitHub ↗

* 0x004C5C69 * * @param left @ * @param top @ * @param right @ * @param bottom @ */

Source from the content-addressed store, hash-verified

204 * @param bottom @<bp>
205 */
206 void SoftwareDrawingEngine::invalidateRegion(int32_t left, int32_t top, int32_t right, int32_t bottom)
207 {
208 _invalidationGrid.invalidate(left, top, right, bottom);
209 }
210
211 void SoftwareDrawingEngine::createPalette()
212 {

Callers 1

invalidateRegionFunction · 0.80

Calls 1

invalidateMethod · 0.45

Tested by

no test coverage detected