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