Re: One little bug; FIXABLE (?) - XCC Forum | Register | Login | Search History | Home | Messages |
Voxel Section Editor II (v1.6) beta release | Will | 23:39 19-12-2001 | ||
One little bug | ssanzing | 15:11 20-12-2001 | ||
Re: One little bug | Will | 20:08 20-12-2001 | ||
Re: One little bug | Olaf van der Spek | 23:13 20-12-2001 | ||
Re: One little bug | Will | 23:19 20-12-2001 | ||
Re: One little bug | Olaf van der Spek | 23:50 20-12-2001 | ||
Re: One little bug | Will | 00:13 21-12-2001 | ||
Re: One little bug | Olaf van der Spek | 00:16 21-12-2001 | ||
Re: One little bug; FIXABLE (?) | Will | 01:16 21-12-2001 |
Well I never knew that, Olaf. Thanks!
I will not be releasing a bugfix, but I believe the following code should be included in the new version:
voxel_tools.pas, line 610:
was:
path := Concat(ExtractFilePath(ParamStr(0)),'\*.normals');
should be:
path := Concat(ExtractFilePath(Application.ExeName),'\*.normals');
or, maybe preferrably, there should be a parameter to the LoadNormalsSchemes function that passes the path to be searched. Application.ExeName would be a sensible default.
Home | Post | Users | Messages |