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

Function invalidateRegion

src/OpenLoco/src/Graphics/Gfx.cpp:248–251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

246 * @param bottom @<bp>
247 */
248 void invalidateRegion(int32_t left, int32_t top, int32_t right, int32_t bottom)
249 {
250 getDrawingEngine().invalidateRegion(left, top, right, bottom);
251 }
252
253 // 0x004C5CFA
254 void render()

Callers 6

invalidateFunction · 0.85
invalidateMethod · 0.85
invalidateWidgetFunction · 0.85
drawFPSFunction · 0.85
invalidateScreenFunction · 0.85

Calls 1

invalidateRegionMethod · 0.80

Tested by

no test coverage detected