Commit d9b0f870 authored by rockyl's avatar rockyl

loop实现

parent cfd099d5
...@@ -129,7 +129,7 @@ export default class Wave extends ScillaComponent { ...@@ -129,7 +129,7 @@ export default class Wave extends ScillaComponent {
} }
play() { play() {
this._loopCounting = -1; this._loopCounting = 0;
this._playing = true; this._playing = true;
this._startTime = 0; this._startTime = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment