grimfang4 / sdl-gpu

A library for high-performance, modern 2D graphics with SDL written in C.
MIT License
1.19k stars 123 forks source link

Line thickness doesn't seem to work with GPU_Polygon #94

Open kirilledelman opened 7 years ago

kirilledelman commented 7 years ago

Hi, thanks for a great library. Found a bug:

GPU_SetLineThickness( 4.0 ); GPU_Polygon( ... )

draws polygon with line thickness 1.0

grimfang4 commented 7 years ago

Yeah... Triangles and Polygons are the only shapes left that use GL_LINES. Thanks for reporting this so it doesn't get forgotten!