Actually round the value.

This commit is contained in:
Richard Davey 2018-03-17 17:03:30 +00:00
parent 46e9dbd05a
commit a8886a60d3

View file

@ -56,7 +56,7 @@ var BlendMode = {
value = BlendModes[value];
}
value | 0;
value |= 0;
if (value >= 0)
{