(6840c9114) Set the objective frame to be drawn behind other gui elements. TODO: test and complain if doesn't work ;)

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:49:53 +02:00
parent 5c324a6de9
commit 69852a141e
8 changed files with 227 additions and 6 deletions
@@ -265,7 +265,7 @@ namespace Barotrauma.Tutorials
{
if (objectiveFrame != null && activeObjectives.Count > 0)
{
objectiveFrame.AddToGUIUpdateList();
objectiveFrame.AddToGUIUpdateList(order: -1);
}
base.AddToGUIUpdateList();
if (videoPlayer != null)