From b1d4e9866de19c70174553e543e81ef4473dee6c Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 12:46:50 +0800 Subject: *number -> fixed --- Client/Source/Phy2DLite/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Client/Source/Phy2DLite/World.h') 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(); -- cgit v1.1-26-g67d0