From 83fedef41f6dcea4dde010abb025b7ed647d0501 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 12:43:19 +0800 Subject: *fix --- Client/Source/float2fixed/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Client/Source/float2fixed/main.cpp') diff --git a/Client/Source/float2fixed/main.cpp b/Client/Source/float2fixed/main.cpp index 5c4fa40..cc92bd1 100644 --- a/Client/Source/float2fixed/main.cpp +++ b/Client/Source/float2fixed/main.cpp @@ -8,7 +8,7 @@ typedef fpm::fixed_16_16 fixed16; int main() { - fixed16 n = 0.95f; + fixed16 n = -1.0f; cout << n.raw_value(); getchar(); -- cgit v1.1-26-g67d0