diff options
author | chai <chaifix@163.com> | 2021-12-02 12:46:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-02 12:46:50 +0800 |
commit | b1d4e9866de19c70174553e543e81ef4473dee6c (patch) | |
tree | fa1518ce5e6580886d8f8b4d9772474cd6f67184 /Client/Source/Phy2DLite/World.h | |
parent | 83fedef41f6dcea4dde010abb025b7ed647d0501 (diff) |
*number -> fixed
Diffstat (limited to 'Client/Source/Phy2DLite/World.h')
-rw-r--r-- | Client/Source/Phy2DLite/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/Source/Phy2DLite/World.h b/Client/Source/Phy2DLite/World.h index 63bd983..3982d55 100644 --- a/Client/Source/Phy2DLite/World.h +++ b/Client/Source/Phy2DLite/World.h @@ -19,7 +19,7 @@ namespace Phy2D void Add(Joint* joint); void Clear(); - void Step(number dt); + void Step(fixed dt); void BroadPhase(); |