Cycles: Fixed typo in my last commit

This commit is contained in:
Stefan Werner
2025-07-29 10:53:13 +02:00
parent a7042ca30c
commit c81e1d95c1

View File

@@ -1019,6 +1019,8 @@ bool OneapiDevice::create_queue(SyclQueue *&external_queue,
oneapi_error_string_ =
"Hardware Raytracing is not available; please install "
"\"intel-level-zero-gpu-raytracing\" to enable it or disable Embree on GPU.";
}
else {
rtcSetDeviceSYCLDevice(*device_object_ptr, devices[device_index]);
}
}