We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a248ec4 commit 0d527a1Copy full SHA for 0d527a1
1 file changed
tests/IGLib.TestBase/TestBase.cs
@@ -41,7 +41,7 @@ public TestBase(ITestOutputHelper output, bool assignConsole = true)
41
/// User can immediately give rough estimate of correctness of generated surfaces, or even correctness of
42
/// generated surface normals (since incorrect normals would reflect visually in strange rendering of coarse
43
/// meshes ).</para></remarks>
44
- protected string ExportPathIGLib { get; } = DefaultExportPathIGLib;
+ protected string ExportPathIGLib { get; set; } = DefaultExportPathIGLib;
45
46
protected string ExportPathIGLibTemporary => Path.Combine(ExportPathIGLib, "temp");
47
0 commit comments