mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
funny bug
This commit is contained in:
parent
b732ed9128
commit
dac3fc6283
@ -56,13 +56,15 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
|
|||||||
{
|
{
|
||||||
if (isUniverse)
|
if (isUniverse)
|
||||||
{
|
{
|
||||||
InitPauseMenus();
|
// wait a frame or else the changes won't actually happen
|
||||||
|
Delay.RunNextFrame(InitPauseMenus);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (newScene == OWScene.TitleScreen)
|
if (newScene == OWScene.TitleScreen)
|
||||||
{
|
{
|
||||||
MakeTitleMenus();
|
// wait a frame or else the changes won't actually happen
|
||||||
|
Delay.RunNextFrame(MakeTitleMenus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user