mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Fixed crash when trying to change a battle animation's foreground image
This commit is contained in:
@@ -304,7 +304,7 @@ class PBAnimTiming
|
|||||||
text = sprintf("[%d] Set FG: \"%s\"", @frame + 1, name)
|
text = sprintf("[%d] Set FG: \"%s\"", @frame + 1, name)
|
||||||
text += sprintf(" (color=%s,%s,%s,%s)",
|
text += sprintf(" (color=%s,%s,%s,%s)",
|
||||||
@colorRed || "-",
|
@colorRed || "-",
|
||||||
@colorGreen | "-",
|
@colorGreen || "-",
|
||||||
@colorBlue || "-",
|
@colorBlue || "-",
|
||||||
@colorAlpha || "-")
|
@colorAlpha || "-")
|
||||||
text += sprintf(" (opacity=%d)", @opacity)
|
text += sprintf(" (opacity=%d)", @opacity)
|
||||||
|
|||||||
Reference in New Issue
Block a user