mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 17:48:45 +08:00
[libgdx] Skeleton Viewer: Don't reset camera position when reloading.
This commit is contained in:
parent
a012479fc4
commit
50bc71f642
@ -386,7 +386,6 @@ class SkeletonViewerUI {
|
||||
|
||||
reloadButton.addListener(new ChangeListener() {
|
||||
public void changed (ChangeEvent event, Actor actor) {
|
||||
viewer.resetCameraPosition();
|
||||
if (viewer.loadSkeleton(viewer.lastFile)) toast("Reloaded.");
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user