v0.5.0: fixed soul mark particles appearing when characters weren't visible.
This commit is contained in:
parent
b33e4b5d6c
commit
77d426a15c
|
@ -394,6 +394,9 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip
|
||||||
if (chilled != null) {
|
if (chilled != null) {
|
||||||
chilled.visible = visible;
|
chilled.visible = visible;
|
||||||
}
|
}
|
||||||
|
if (marked != null) {
|
||||||
|
marked.visible = visible;
|
||||||
|
}
|
||||||
if (sleeping) {
|
if (sleeping) {
|
||||||
showSleep();
|
showSleep();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user