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

Method DirtyScreen

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

Source from the content-addressed store, hash-verified

631 }
632
633 static void DirtyScreen() {
634 AddDirtyPoint(0, 0);
635 AddDirtyPoint(ClientGlobals.viddef.getWidth() - 1, ClientGlobals.viddef.getHeight() - 1);
636 }
637
638 /*
639 * ============== SCR_TileClear

Callers 3

DrawMethod · 0.95
DrawInventoryMethod · 0.95
TileClearMethod · 0.95

Calls 3

AddDirtyPointMethod · 0.95
getWidthMethod · 0.80
getHeightMethod · 0.80

Tested by

no test coverage detected