mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
musicplayer: playlist view wip
This commit is contained in:
@@ -609,7 +609,7 @@ public class App implements ApplicationListener {
|
||||
|
||||
|
||||
FrameBufferManager.begin(renderFBO);
|
||||
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f);
|
||||
gdxClearAndEnableBlend(1f, 0f, 1f, 1f);
|
||||
setCameraPosition(0, 0);
|
||||
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ object TerrarumPostProcessor : Disposable {
|
||||
outFBO.inAction(camera, batch) {
|
||||
App.measureDebugTime("Renderer.PostProcessor") {
|
||||
|
||||
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f)
|
||||
gdxClearAndEnableBlend(0f, 1f, 0f, 1f)
|
||||
|
||||
fbo.colorBufferTexture.setFilter(
|
||||
Texture.TextureFilter.Linear,
|
||||
|
||||
Reference in New Issue
Block a user