瀏覽代碼

Fix timestamp overflow in sparkle pattern

S3
jrhoffa 3 年之前
父節點
當前提交
9512f59686
共有 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;
};



Loading…
取消
儲存