(025652eb8) Fixed: Holding an item preventing interaction with tutorial elements, medical overlay appearing on top of video / info, reactor command tutorial not completing when powered up by the player
This commit is contained in:
@@ -124,10 +124,10 @@ namespace Barotrauma
|
||||
currentVideo = CreateVideo();
|
||||
}
|
||||
|
||||
public void AddToGUIUpdateList()
|
||||
public void AddToGUIUpdateList(bool ignoreChildren = false, int order = 0)
|
||||
{
|
||||
if (!IsPlaying()) return;
|
||||
background.AddToGUIUpdateList();
|
||||
background.AddToGUIUpdateList(ignoreChildren, order);
|
||||
}
|
||||
|
||||
public void LoadContentWithObjective(string contentPath, VideoSettings videoSettings, TextSettings textSettings, string contentId, bool startPlayback, string objective, Action callback = null)
|
||||
|
||||
Reference in New Issue
Block a user