made event timing more precise; allowed tick times <1ms
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function LuaLogicTCP::sendData(%this)
|
||||
{
|
||||
cancel(%this.lualogicTick);
|
||||
%this.lualogicTick = %this.schedule(31, "sendData");
|
||||
%this.lualogicTick = %this.schedule(1, "sendData");
|
||||
|
||||
if(%this.data !$= "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user