Fixed typo
How'd I even do this
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user