summaryrefslogtreecommitdiff
path: root/src/fl_vertex.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-10 16:58:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-10-10 16:58:48 +0200
commit1df79078b7992010f8cde6b8915408ac9f6305a2 (patch)
tree475ad4212a4523689659c70151b8ec169251328d /src/fl_vertex.cxx
parente4709b837dbc0670f61ae18f34fef3cacae8aafa (diff)
Remove duplications between Fl_Graphics_Driver and derived classes.
Diffstat (limited to 'src/fl_vertex.cxx')
-rw-r--r--src/fl_vertex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx
index 5cddfce46..c17a89e23 100644
--- a/src/fl_vertex.cxx
+++ b/src/fl_vertex.cxx
@@ -90,7 +90,7 @@ void Fl_Graphics_Driver::translate(double x,double y) {
/** see fl_begin_points() */
void Fl_Graphics_Driver::begin_points() {
n = 0;
- what = POINT_;
+ what = POINTS;
}
/** see fl_begin_line() */