fix(scene/transition): set opacity of from.root and to.root

This commit is contained in:
2025-09-30 17:41:36 +07:00
parent eeaa1e2252
commit 66ebb021e0
2 changed files with 2 additions and 1 deletions

View File

@ -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;
}