File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1197,13 +1197,13 @@ static constexpr int MITER = 8;
11971197static constexpr int BEVEL = 32 ;
11981198
11991199// beginShape() kinds
1200- static constexpr int POINTS = 0 ;
1201- static constexpr int LINES = 1 ;
1202- static constexpr int TRIANGLES = 2 ;
1203- static constexpr int TRIANGLE_FAN = 3 ;
1204- static constexpr int TRIANGLE_STRIP = 4 ;
1205- static constexpr int QUADS = 5 ;
1206- static constexpr int QUAD_STRIP = 6 ;
1200+ static constexpr int POINTS = 3 ;
1201+ static constexpr int LINES = 5 ;
1202+ static constexpr int TRIANGLES = 9 ;
1203+ static constexpr int TRIANGLE_FAN = 11 ;
1204+ static constexpr int TRIANGLE_STRIP = 10 ;
1205+ static constexpr int QUADS = 16 ;
1206+ static constexpr int QUAD_STRIP = 17 ;
12071207static constexpr int CLOSE = 2 ;
12081208// Arc modes
12091209static constexpr int OPEN = 1 ;
You can’t perform that action at this time.
0 commit comments