Move Windows-specific projects into separate solution.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace MeshExplorer
|
||||
if (control != null)
|
||||
{
|
||||
InitializeRenderControl((Control)control);
|
||||
renderManager.Initialize(control);
|
||||
renderManager.Initialize(control, new TriangleNet.Rendering.GDI.LayerRenderer());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user