renderDataPointUtil toString cleanup
This commit is contained in:
@@ -247,10 +247,7 @@ public class RenderDataPointUtil
|
||||
{
|
||||
return "Y+:" + getYMax(dataPoint) +
|
||||
" Y-:" + getYMin(dataPoint) +
|
||||
" argb:" + getAlpha(dataPoint) + " " +
|
||||
getRed(dataPoint) + " " +
|
||||
getGreen(dataPoint) + " " +
|
||||
getBlue(dataPoint) +
|
||||
" argb:" + getAlpha(dataPoint) + "," + getRed(dataPoint) + "," + getGreen(dataPoint) + "," + getBlue(dataPoint) +
|
||||
" BL:" + getLightBlock(dataPoint) +
|
||||
" SL:" + getLightSky(dataPoint) +
|
||||
" MAT:" + getBlockMaterialId(dataPoint) + "["+ EDhApiBlockMaterial.getFromIndex(getBlockMaterialId(dataPoint))+"]";
|
||||
|
||||
Reference in New Issue
Block a user