소스 검색

Fix timestamp overflow in sparkle pattern

master
jrhoffa 3 년 전
부모
커밋
14ddb4dfdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      main/patterns/sparkle.cpp

+ 1
- 1
main/patterns/sparkle.cpp 파일 보기

@@ -32,7 +32,7 @@ struct Sparkle {
}

int64_t start_us;
int end_us;
int64_t end_us;
int pos;
};



불러오는 중...
취소
저장