Crashy storage graph implementation

This commit is contained in:
Anuken
2018-10-21 17:02:37 -04:00
parent 4668a6d8c0
commit 80f5b4c3b7
7 changed files with 139 additions and 10 deletions

View File

@@ -96,12 +96,6 @@ public class FogRenderer implements Disposable{
}));
}
public void setLoadingOffset(int x, int y){
isOffseted = true;
offsettedX = x;
offsettedY = y;
}
public void writeFog(){
if(buffer == null) return;