Corrected the bug in RenderState.toString()
This commit is contained in:
parent
d39b780fa5
commit
1bbe34160c
@ -1594,8 +1594,7 @@ public class RenderState implements Cloneable, Savable {
|
|||||||
+ "\noffsetFactor=" + offsetFactor
|
+ "\noffsetFactor=" + offsetFactor
|
||||||
+ "\noffsetUnits=" + offsetUnits
|
+ "\noffsetUnits=" + offsetUnits
|
||||||
+ "\nlineWidth=" + lineWidth
|
+ "\nlineWidth=" + lineWidth
|
||||||
+ (blendMode.equals(BlendMode.Custom)?
|
+ (blendMode.equals(BlendMode.Custom)? "\ncustomBlendFactors=("+sfactorRGB+", "+dfactorRGB+", "+sfactorAlpha+", "+dfactorAlpha+")":""
|
||||||
"\ncustomBlendFactors=("+sfactorRGB+", "+dfactorRGB+", "+sfactorAlpha+", "+dfactorAlpha+")":
|
+"\n]");
|
||||||
"\n]");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user