このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
base: add some minor randomness to the main Ticker.
legacy
Sam Hocevar
sam
11年前
親
41b43bb47f
コミット
e086100292
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
src/ticker.cpp
+ 3
- 0
src/ticker.cpp
ファイルの表示
@@ -184,6 +184,9 @@ void *TickerData::GameThreadMain(void * /* p */)
data->frame++;
/* Ensure some randomness */
(void)rand();
/* If recording with fixed framerate, set deltatime to a fixed value */
if (data->recording && data->fps)
{
書き込み
プレビュー
読み込み中…
キャンセル
保存