|
@@ -343,7 +343,7 @@ namespace GFGGame
|
|
|
PrefabManager.Instance.Restore(_sceneObjectRight);
|
|
|
_sceneObjectRight = null;
|
|
|
}
|
|
|
- UpdateDressLeft();
|
|
|
+ //UpdateDressLeft();
|
|
|
UpdateView();
|
|
|
}
|
|
|
});
|
|
@@ -381,7 +381,7 @@ namespace GFGGame
|
|
|
PrefabManager.Instance.Restore(_sceneObjectRight);
|
|
|
_sceneObjectRight = null;
|
|
|
}
|
|
|
- UpdateDressLeft();
|
|
|
+ // UpdateDressLeft();
|
|
|
UpdateView();
|
|
|
}
|
|
|
});
|