Merge branch 'master' into features/arcrenderer

This commit is contained in:
Uwe Rathmann 2024-07-17 15:37:19 +02:00
commit 55b3f0c556
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace QskVertex
inline void setLine( float x1, float y1, float x2, float y2, Color ) noexcept
{
/* The color parameter makes no sense, but is useful
when being using from templated code
when being used from templated code
*/
setLine( x1, y1, x2, y2 );
}