From bf825f8ebd18615fdbecb449c14300105d469a24 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 30 Nov 2022 22:40:52 +0100 Subject: Add a unit test for drawing complex shapes (#565) --- src/Fl_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 967b0159b..35697c256 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -55,6 +55,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() p_size = 0; xpoint = NULL; what = NONE; + n = 0; }; /** Destructor */ -- cgit v1.2.3