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