fixed some sector things, broke more things

This commit is contained in:
Anuken 2020-10-15 15:41:09 -04:00
parent 988e1add82
commit 45b87ec615
12 changed files with 30 additions and 47 deletions

View file

@ -63,11 +63,6 @@ public class FakeGraphics extends Graphics{
return 0;
}
@Override
public float getRawDeltaTime(){
return 0;
}
@Override
public int getFramesPerSecond(){
return 0;