v0.2.2: fixed a visual sync bug with bones system
This commit is contained in:
@@ -93,10 +93,10 @@ public class Ring extends KindofMisc {
|
||||
|
||||
public Ring() {
|
||||
super();
|
||||
syncGem();
|
||||
syncVisuals();
|
||||
}
|
||||
|
||||
public void syncGem() {
|
||||
public void syncVisuals() {
|
||||
image = handler.image( this );
|
||||
gem = handler.label( this );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user