Fixed motor not updating its gear node

This commit is contained in:
Robert S 2014-06-04 23:17:02 -04:00
parent f98782541a
commit 0ec5907beb

View file

@ -61,6 +61,7 @@ public class TileMotor extends TileElectrical implements IRotatable, INodeProvid
if (node != null)
{
node.update(0.05f);
if (!isInversed)
{
receiveMechanical();