gradle migration 1

This commit is contained in:
minjaesong
2018-12-02 19:31:38 +09:00
parent 1ce2d69809
commit c43d2e6e68
21 changed files with 822 additions and 8 deletions

View File

@@ -234,7 +234,7 @@ public class AppLoader implements ApplicationListener {
}
// nested FBOs are just not a thing in GL!
FrameBufferManager.end();
net.torvald.terrarum.FrameBufferManager.end();
PostProcessor.INSTANCE.draw(camera.combined, renderFBO);