Remove regions, add framing (fixes mirrors)

This commit is contained in:
elasota
2019-12-29 04:13:35 -05:00
parent 527e83fdd6
commit b24505164d
22 changed files with 75 additions and 260 deletions

View File

@@ -17,7 +17,7 @@ namespace PortabilityLayer
EllipsePlotter::EllipsePlotter()
: m_2center(0, 0)
, m_point(0, 0)
#if PL_DEBUG_ELLIPSE_PLOTTER 1
#if PL_DEBUG_ELLIPSE_PLOTTER
, m_2offsetFromCenter(0, 0)
#endif
, m_quadrant(Quadrant_PxPy)