Admin can play in multiplayer, backgroundsprites, fixrequirement bugfix, the condition of the reactor won't detoriate when it's running
This commit is contained in:
@@ -284,9 +284,9 @@ namespace Subsurface
|
||||
|
||||
}
|
||||
|
||||
foreach (GUIComponent child in children)
|
||||
for (int i = 0; i < children.Count; i++)
|
||||
{
|
||||
child.Update(deltaTime);
|
||||
children[i].Update(deltaTime);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user