This commit is contained in:
Anuken
2020-03-10 12:40:24 -04:00
parent 860efdc052
commit 9398ac5088
3 changed files with 2 additions and 7 deletions

View File

@@ -38,11 +38,8 @@ public class Pixelator implements Disposable{
buffer.resize(w, h);
}
Draw.flush();
buffer.begin();
renderer.draw();
Draw.flush();
buffer.end();
Draw.blend(Blending.disabled);