Fix Cycles standalone not finding CPU device after recent changes.

This commit is contained in:
Brecht Van Lommel 2016-11-12 15:41:42 +01:00
parent 478e59a04e
commit 69288737ca

@ -337,7 +337,7 @@ static void options_parse(int argc, const char **argv)
/* device names */
string device_names = "";
string devicename = "cpu";
string devicename = "CPU";
bool list = false;
vector<DeviceType>& types = Device::available_types();