debug will remain in GLFW until it can also be release
This commit is contained in:
parent
4203afb687
commit
c44ce37e81
1 changed files with 3 additions and 0 deletions
|
|
@ -104,7 +104,10 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
// Set default Agg providers
|
||||
AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.GlfwProvider.GlfwWindowProvider, MatterHackers.GlfwProvider";
|
||||
// for now we will ship release with the old renderer
|
||||
#if !DEBUG
|
||||
AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.MatterControl.WinformsSingleWindowProvider, MatterControl.Winforms";
|
||||
#endif
|
||||
|
||||
string userProfilePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue