summaryrefslogtreecommitdiffstats
path: root/Project/Divider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Divider.cpp')
-rw-r--r--Project/Divider.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Divider.cpp b/Project/Divider.cpp
index 29e438e..2bd8251 100644
--- a/Project/Divider.cpp
+++ b/Project/Divider.cpp
@@ -29,6 +29,8 @@ void Divider::DrawSymbol() const
mSymbol.push_back(m_position + wxPoint2DDouble(5, 0));
glColor4d(0.0, 0.3, 1.0, 1.0);
DrawLine(mSymbol, GL_LINES);
+ DrawCircle(m_position + wxPoint2DDouble(0, -3), 2, 10, GL_POLYGON);
+ DrawCircle(m_position + wxPoint2DDouble(0, 3), 2, 10, GL_POLYGON);
}
bool Divider::Solve(double input, double timeStep)