aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/float2fixed/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Source/float2fixed/main.cpp')
-rw-r--r--Client/Source/float2fixed/main.cpp2
1 files changed, 1 insertions, 1 deletions
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();