different glow shader test?

This commit is contained in:
2017-07-18 00:14:53 -05:00
parent 97faafa327
commit 5f1958e62d
2 changed files with 32 additions and 27 deletions

View File

@@ -100,8 +100,8 @@ public class GamePlayArea extends Stage {
if (bgShader != null) {
getBatch().setShader(bgShader);
bgShader.setUniformf("resolution", background.getWidth(), background.getHeight());
bgShader.setUniformf("time", time);
bgShader.setUniformf("resolution", background.getWidth(), background.getHeight());
}
getBatch().draw(background, 0f, 0f, Polyjet.GAME_AREA_WIDTH, Polyjet.GAME_AREA_HEIGHT);
getBatch().end();