summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-01-03 11:06:53 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-01-03 11:06:53 -0300
commitcef3bd026fa6a6c1b2e19693b111210b3ce876ac (patch)
treebeea572b5c526fe8ba72669bb1110b08be07a714 /bin
parent60afd79a6e2354e0254c280d826bc6f12f68ffa1 (diff)
-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')
-rw-r--r--bin/tests/test_math.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp
index 2db945d5fd..ea324a7381 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;