laser: prevent potential replay desync
This commit is contained in:
parent
40589013dc
commit
d84771dc03
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ static int quantize_laser(Laser *l) {
|
|||
|
||||
// Points of the current line segment
|
||||
// Begin constructing at t0
|
||||
cmplxf a, b;
|
||||
// WARNING: these must be double precision to prevent cross-platform replay desync
|
||||
cmplx a, b;
|
||||
a = l->prule(l, t0);
|
||||
|
||||
// Width value of the last included sample
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue