forked from MoonsideGames/MoonWorks
re-throw exceptions from video thread
parent
4c731401ff
commit
f761d4f76e
|
@ -271,7 +271,7 @@ namespace MoonWorks.Video
|
|||
{
|
||||
if (task.Exception != null)
|
||||
{
|
||||
Logger.LogError(task.Exception.ToString());
|
||||
throw task.Exception;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue