MCPcopy Create free account
hub / github.com/ZDoom/Raze / Update

Method Update

source/common/startscreen/endoom.cpp:128–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void FEndoomScreen::Update()
129{
130 if (blinking && I_msTime() > lastUpdateTime + BLINK_PERIOD)
131 {
132 lastUpdateTime = I_msTime();
133 UpdateTextBlink (StartupBitmap, endoom_screen, blinkstate);
134 blinkstate = !blinkstate;
135 StartupTexture->CleanHardwareData();
136 Render(true);
137 }
138}
139
140
141//==========================================================================

Callers 2

RenderMethod · 0.45
RunEndoomFunction · 0.45

Calls 2

I_msTimeFunction · 0.85
CleanHardwareDataMethod · 0.80

Tested by

no test coverage detected