diff options
| author | Juan Linietsky | 2015-01-03 11:06:53 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-03 11:06:53 -0300 |
| commit | cef3bd026fa6a6c1b2e19693b111210b3ce876ac (patch) | |
| tree | beea572b5c526fe8ba72669bb1110b08be07a714 /bin/tests/test_math.cpp | |
| parent | 60afd79a6e2354e0254c280d826bc6f12f68ffa1 (diff) | |
| download | godot-cef3bd026fa6a6c1b2e19693b111210b3ce876ac.tar.gz godot-cef3bd026fa6a6c1b2e19693b111210b3ce876ac.tar.zst godot-cef3bd026fa6a6c1b2e19693b111210b3ce876ac.zip | |
-fixed issue with denormals in half precission, closes #1073
-added h_offset and v_offset to 3D Camera, should allow to do the same as in #1102
Diffstat (limited to 'bin/tests/test_math.cpp')
| -rw-r--r-- | bin/tests/test_math.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp index 2db945d5f..ea324a738 100644 --- a/bin/tests/test_math.cpp +++ b/bin/tests/test_math.cpp @@ -80,6 +80,7 @@ MainLoop* test() { { + // print_line("NUM: "+itos(237641278346127)); print_line("NUM: "+itos(-128)); return NULL; |
