We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27102cb commit 45f82baCopy full SHA for 45f82ba
1 file changed
src/agg/include/agg/agg_color_rgba.h
@@ -743,7 +743,7 @@ namespace agg
743
//--------------------------------------------------------------------
744
static AGG_INLINE double to_double(value_type a)
745
{
746
- return double(a) / base_mask;
+ return double(a) / int(base_mask);
747
}
748
749
0 commit comments