Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Barotrauma
|
||||
CoroutineManager.StartCoroutine(UpdateColorFade(from, to, duration));
|
||||
}
|
||||
|
||||
private IEnumerable<object> UpdateColorFade(Color from, Color to, float duration)
|
||||
private IEnumerable<CoroutineStatus> UpdateColorFade(Color from, Color to, float duration)
|
||||
{
|
||||
while (Selected != this)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user