Removed 2 useless instance variables in AnimatedPreviewController
This commit is contained in:
parent
9484837a32
commit
8982a5b479
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
|||
this.currentIndex = 0;
|
||||
|
||||
this.fps = parseInt($("#preview-fps")[0].value, 10);
|
||||
this.deltaTime = 0;
|
||||
this.previousTime = 0;
|
||||
|
||||
var renderingOptions = {
|
||||
"dpi": dpi
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue