Skip to content

Commit

Permalink
RhinoCycles: Pick first GPU by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterKing committed Mar 22, 2016
1 parent 2cdc66b commit 37c6457
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 @@ -205,7 +205,7 @@ public Device RenderDevice
get
{
var render_device = SelectedDevice == -1
? Device.FirstCuda
? Device.FirstGpu
: Device.GetDevice(SelectedDevice);
return render_device;
}
Expand Down

0 comments on commit 37c6457

Please sign in to comment.