浏览代码

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;
};



正在加载...
取消
保存