Move Windows-specific projects into separate solution.

This commit is contained in:
wo80
2022-03-05 01:01:39 +01:00
parent 11e42c98f4
commit 23c2682c6e
23 changed files with 161 additions and 158 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ namespace MeshExplorer
if (control != null)
{
InitializeRenderControl((Control)control);
renderManager.Initialize(control);
renderManager.Initialize(control, new TriangleNet.Rendering.GDI.LayerRenderer());
}
else
{