mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Removed 2 useless instance variables in AnimatedPreviewController
This commit is contained in:
parent
68c2cae658
commit
12c9fececb
@ -8,8 +8,7 @@
|
|||||||
this.currentIndex = 0;
|
this.currentIndex = 0;
|
||||||
|
|
||||||
this.fps = parseInt($("#preview-fps")[0].value, 10);
|
this.fps = parseInt($("#preview-fps")[0].value, 10);
|
||||||
this.deltaTime = 0;
|
|
||||||
this.previousTime = 0;
|
|
||||||
var renderingOptions = {
|
var renderingOptions = {
|
||||||
"dpi": dpi
|
"dpi": dpi
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user