mirror of
https://github.com/euphy/polargraphcontroller
synced 2024-11-15 02:37:56 +01:00
Repaired the queue preview
This commit is contained in:
parent
69ab977f90
commit
c221b9456c
@ -1970,8 +1970,8 @@ void previewQueue(boolean forceRebuild)
|
||||
String bLenStr = splitted[2];
|
||||
|
||||
PVector endPoint = new PVector(Integer.parseInt(aLenStr)+previewCordOffset, Integer.parseInt(bLenStr)+previewCordOffset);
|
||||
endPoint = getDisplayMachine().inMM(endPoint);
|
||||
endPoint = getDisplayMachine().asCartesianCoords(endPoint);
|
||||
endPoint = getDisplayMachine().inMM(endPoint);
|
||||
|
||||
pv.x = endPoint.x;
|
||||
pv.y = endPoint.y;
|
||||
|
Loading…
Reference in New Issue
Block a user