Fixed typo in SF arc fix code.

2.0.x
Erik vd Zalm 12 years ago
parent e358a2d7af
commit 47319cf64e

@ -1578,7 +1578,7 @@ void get_arc_coordinates()
{ {
#ifdef SF_ARC_FIX #ifdef SF_ARC_FIX
bool relative_mode_backup = relative_mode; bool relative_mode_backup = relative_mode;
bool relative_mode = true; relative_mode = true;
#endif #endif
get_coordinates(); get_coordinates();
#ifdef SF_ARC_FIX #ifdef SF_ARC_FIX

Loading…
Cancel
Save