mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix node-webkit regression
This commit is contained in:
parent
c40e27bc17
commit
30cdb6d335
@ -41,7 +41,7 @@
|
|||||||
// store save path so we can re-save without opening the save dialog
|
// store save path so we can re-save without opening the save dialog
|
||||||
piskel.savePath = savePath;
|
piskel.savePath = savePath;
|
||||||
pskl.app.piskelController.setPiskel(piskel);
|
pskl.app.piskelController.setPiskel(piskel);
|
||||||
pskl.app.animationController.setFPS(fps);
|
pskl.app.previewController.setFPS(fps);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user