Browse Source

fnt start 0

gemercheung 3 năm trước cách đây
mục cha
commit
85cecea21e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -35,7 +35,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
   public startSteaming = new BehaviorSubject<boolean>(false);
   public onRotating = new BehaviorSubject<boolean>(false);
   public onMoving = new BehaviorSubject<boolean>(false);
-  public frameCnt = new BehaviorSubject<number>(-1);
+  public frameCnt = new BehaviorSubject<number>(0);
   private rotateframeCnt = -1;
   private moveframeCnt = -1;