bugfix in blocktileticks for setTickValue

This commit is contained in:
Justin Aquadro 2012-02-06 02:02:08 -05:00
parent 037673fd02
commit 50b59bea25

View file

@ -70,7 +70,7 @@ namespace Substrate.Core
_tileTickTable[key] = te;
}
else {
te["Ticks"].ToTagInt().Data = tickValue;
te["t"].ToTagInt().Data = tickValue;
}
}