fix(scene/transition): set opacity of from.root and to.root
This commit is contained in:
@ -55,7 +55,6 @@ public class Game extends ApplicationAdapter {
|
||||
transition.render(batch);
|
||||
batch.end();
|
||||
// Handle stage drawing for UI elements
|
||||
stage.act(Gdx.graphics.getDeltaTime());
|
||||
stage.draw();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user