MCPcopy Create free account
hub / github.com/demoth/jake2 / CheckDrawCenterString

Method CheckDrawCenterString

client/src/main/java/jake2/client/SCR.java:337–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 private static void CheckDrawCenterString() {
338 scr_centertime_off -= cls.frametime;
339
340 if (scr_centertime_off <= 0)
341 return;
342
343 DrawCenterString();
344 }
345
346 // =============================================================================
347

Callers 1

UpdateScreen2Method · 0.95

Calls 1

DrawCenterStringMethod · 0.95

Tested by

no test coverage detected