Fixed typo in SF arc fix code.

This commit is contained in:
Erik vd Zalm 2012-09-03 21:28:31 +02:00
parent e358a2d7af
commit 47319cf64e

View file

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