ソースを参照

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



読み込み中…
キャンセル
保存