made event timing more precise; allowed tick times <1ms

This commit is contained in:
Redo
2020-04-01 18:08:20 -05:00
parent 7cc28c5e97
commit e8f69cce08
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
function mClampFloat(%x, %min, %max){
return %x<%min ? %min : (%x>%max ? %max : %x);
}
function lualogic_registergatedefinition(%data){
//lualogic_registergatedefinition_auto(%data);