-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
This commit is contained in:
Juan Linietsky
2015-01-03 11:06:53 -03:00
parent 60afd79a6e
commit cef3bd026f
7 changed files with 60 additions and 8 deletions

View File

@@ -80,6 +80,7 @@ MainLoop* test() {
{
// print_line("NUM: "+itos(237641278346127));
print_line("NUM: "+itos(-128));
return NULL;