Fixed typo

How'd I even do this
This commit is contained in:
juanjp600
2018-01-08 18:47:55 -03:00
parent 539845665a
commit 093fb12d0b
@@ -177,7 +177,7 @@ namespace Barotrauma
} }
} }
public CoroutineHandle ShowLoadings(IEnumerable<object> loader, bool waitKeyHit = true) public CoroutineHandle ShowLoading(IEnumerable<object> loader, bool waitKeyHit = true)
{ {
return CoroutineManager.StartCoroutine(loader); return CoroutineManager.StartCoroutine(loader);
} }