made event timing more precise; allowed tick times <1ms
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user