Fix getDelayFromNS()
This commit is contained in:
parent
ab9cb99f52
commit
c3dc8696eb
@ -898,7 +898,7 @@ struct Arch : BaseCtx
|
||||
DelayInfo getDelayFromNS(float ns) const
|
||||
{
|
||||
DelayInfo del;
|
||||
del.delay = ns;
|
||||
del.delay = delay_t(ns * 1000);
|
||||
return del;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user