Skip to content

Commit

Permalink
Set correct default value for OpenCL devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterKing committed Aug 28, 2017
1 parent 53ed84b commit 6a772f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EngineSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ public virtual bool UseDrawOpenGl
}
}

public int OpenClDeviceTypeDefault => 0;
public int OpenClDeviceTypeDefault => 2;
public int OpenClDeviceType
{
get { return RcPlugIn.Settings.GetInteger("OpenCLDeviceType", OpenClDeviceTypeDefault); }
Expand Down

0 comments on commit 6a772f9

Please sign in to comment.