FS20 dim command
Closed this issue · 1 comments
vogon1 commented
Hi,
Thanks for this great bridge!
Here is a patch for the FS20 dim command:
1053c1053
< return 'dim ' + dim_values[Math.round(orig/6.25)];
---
> return dim_values[Math.round(orig/6.25)];
justme-1968 commented
you are right. copy&paste bug...
thanks
andre