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