Lights, colored items (only used for wires atm)
This commit is contained in:
@@ -173,8 +173,8 @@ namespace Subsurface.Items.Components
|
||||
|
||||
//isActive = true;
|
||||
}
|
||||
|
||||
public override void Draw(SpriteBatch spriteBatch)
|
||||
|
||||
public override void Draw(SpriteBatch spriteBatch, bool editing)
|
||||
{
|
||||
if (!isActive) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user