Change FrameOval to editor todo

This commit is contained in:
elasota
2019-12-29 03:47:27 -05:00
parent 8530d92062
commit 527e83fdd6

View File

@@ -781,7 +781,7 @@ void FrameRect(const Rect *rect)
void FrameOval(const Rect *rect) void FrameOval(const Rect *rect)
{ {
FrameRect(rect); PL_NotYetImplemented_TODO("Editor");
} }
void FrameRoundRect(const Rect *rect, int w, int h) void FrameRoundRect(const Rect *rect, int w, int h)
@@ -850,7 +850,6 @@ void Line(int x, int y)
const PortabilityLayer::Vec2i newPos = PortabilityLayer::Vec2i(qdState->m_penPos.h, qdState->m_penPos.v); const PortabilityLayer::Vec2i newPos = PortabilityLayer::Vec2i(qdState->m_penPos.h, qdState->m_penPos.v);
PlotLine(qdState, qdManager->GetPort(), oldPos, newPos); PlotLine(qdState, qdManager->GetPort(), oldPos, newPos);
} }
Pattern *GetQDGlobalsGray(Pattern *pattern) Pattern *GetQDGlobalsGray(Pattern *pattern)