* Fixed directory not found when saving Mesh previews (my bad, I was testing)

0.6.0-stable
Teravus Ovares 2008-05-13 05:06:58 +00:00
parent e70da2e174
commit fcc23be577
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace OpenSim.Region.Physics.Meshing
// Setting baseDir to a path will enable the dumping of raw files
// raw files can be imported by blender so a visual inspection of the results can be done
// const string baseDir = "rawFiles";
private const string baseDir = "rawFiles";
private const string baseDir = null; //"rawFiles";
private const float DEG_TO_RAD = 0.01745329238f;
// TODO: unused