Files
Ansgar Becker a4406b229f Fix a sorting bug in vstCompareNodes: Floats were always truncated to integers, then compared. So, sorting 0,1 and 0,2 placed these values somewhere between the 0 values.
- Introduce helper "MakeFloat" which does exactly the same as MakeInt except from truncating floats
- Use MakeFloat instead of MakeInt in vstCompareNodes to fix the above mentioned bug
2007-10-21 18:48:23 +00:00
..
2007-10-07 19:48:37 +00:00
2007-10-10 21:59:39 +00:00
2007-10-16 19:34:25 +00:00
2007-10-08 21:52:59 +00:00
2007-10-02 19:22:10 +00:00