LibGDX - Issue with Scene2D Dialog

Hi guys,

I’ve just been messing around with my dialog code and found out that I can centre it by using

dialogInstance.show(stage)

Though when I tried this… it doesn’t display! I’m having to manually add it to the stage and then it’s not centred :frowning:

Any ideas what it could be?