このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
test: fix the physics simulation tick.
legacy
Sam Hocevar
sam
12年前
親
25d3ec6fd8
コミット
c5b40eb1d5
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
test/Physics/LolPhysics.h
+ 2
- 0
test/Physics/LolPhysics.h
ファイルの表示
@@ -60,6 +60,8 @@ public:
virtual void TickGame(float seconds)
{
Entity::TickGame(seconds);
//step the simulation
if (m_dynamics_world)
{
書き込み
プレビュー
読み込み中…
キャンセル
保存