[10190] Fix another numerical corner case...

...hopefully the last one.
Slightly different approach to tree bound intersection.
This commit is contained in:
Lynx3d 2010-07-14 22:31:35 +02:00
parent 904ef55b4e
commit bbe869b75d
2 changed files with 20 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10189"
#define REVISION_NR "10190"
#endif // __REVISION_NR_H__