Transition to Framebuffer#blit

This commit is contained in:
Anuken
2020-06-10 21:07:21 -04:00
parent 6648a9ff1a
commit 2a9008f042
12 changed files with 25 additions and 28 deletions

View File

@@ -79,9 +79,7 @@ public enum CacheLayer{
renderer.blocks.floor.endc();
renderer.effectBuffer.end();
Draw.shader(shader);
Draw.rect(renderer.effectBuffer);
Draw.shader();
renderer.effectBuffer.blit(shader);
renderer.blocks.floor.beginc();
}