MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / EndReducedPerformance

Function EndReducedPerformance

src/_GraphicsBase.h:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static CC_INLINE void EndReducedPerformance(void) {
173 if (!Gfx.ReducedPerfMode) return;
174
175 Gfx.ReducedPerfModeCooldown = 2;
176 Gfx.ReducedPerfMode = false;
177 Chat_AddOf(&String_Empty, MSG_TYPE_EXTRASTATUS_2);
178}
179
180
181/*########################################################################################################################*

Callers 2

Gfx_EndFrameFunction · 0.85
Gfx_EndFrameFunction · 0.85

Calls 1

Chat_AddOfFunction · 0.85

Tested by

no test coverage detected