(351e4f8b8) Added: hiding of objectives via button

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:48:42 +02:00
parent a90ce22107
commit 68aa95a5df
10 changed files with 287 additions and 44 deletions
@@ -203,9 +203,9 @@ namespace Barotrauma
callbackOnStop = callback;
filePath = contentPath + videoSettings.File;
if (!File.Exists(contentPath))
if (!File.Exists(filePath))
{
DebugConsole.ThrowError("No video found at: " + contentPath);
DebugConsole.ThrowError("No video found at: " + filePath);
DisposeVideo(null, null);
return;
}