Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Draw
Method · 0.95
DrawInventory
Method · 0.95
TileClear
Method · 0.95
Calls
3
AddDirtyPoint
Method · 0.95
getWidth
Method · 0.80
getHeight
Method · 0.80
Tested by
no test coverage detected