MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / RenderHUDMsgDirtyRects

Function RenderHUDMsgDirtyRects

Descent3/hudmessage.cpp:1265–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265void RenderHUDMsgDirtyRects() {
1266 // clean hud message dirty rects
1267 HUD_msg_dirty_rect.fill(GR_BLACK);
1268
1269 // clean input message dirty rects
1270 HUD_inmsg_dirty_rect.fill(GR_BLACK);
1271
1272 // clean remnant persistant messages
1273 HUD_persist_dirty_rect[0].fill(GR_BLACK);
1274 HUD_persist_dirty_rect[1].fill(GR_BLACK);
1275}
1276
1277// reset hud messages.
1278void ResetHUDMessages() {

Callers 1

RenderPreHUDFrameFunction · 0.85

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected