Re: One little bug; FIXABLE (?) - XCC ForumRegister | Login | Search
History | Home | Messages

Voxel Section Editor II (v1.6) beta releaseWill23:39 19-12-2001
One little bugssanzing15:11 20-12-2001
Re: One little bugWill20:08 20-12-2001
Re: One little bugOlaf van der Spek23:13 20-12-2001
Re: One little bugWill23:19 20-12-2001
Re: One little bugOlaf van der Spek23:50 20-12-2001
Re: One little bugWill00:13 21-12-2001
Re: One little bugOlaf van der Spek00:16 21-12-2001
Re: One little bug; FIXABLE (?)Will01: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