Fix RenderDataPointUtil.toString() ARGB order
This commit is contained in:
@@ -245,8 +245,8 @@ public class RenderDataPointUtil
|
||||
" Y-:" + getYMin(dataPoint) +
|
||||
" argb:" + getAlpha(dataPoint) + " " +
|
||||
getRed(dataPoint) + " " +
|
||||
getBlue(dataPoint) + " " +
|
||||
getGreen(dataPoint) +
|
||||
getGreen(dataPoint) + " " +
|
||||
getBlue(dataPoint) +
|
||||
" BL:" + getLightBlock(dataPoint) +
|
||||
" SL:" + getLightSky(dataPoint) +
|
||||
" BID:" + getBlockMaterialId(dataPoint);
|
||||
|
||||
Reference in New Issue
Block a user