Fix typo in CPU adapter warning (#14037)
An annoying typo slipped through in #13780
This commit is contained in:
parent
a6feb5ba74
commit
9a4de9c54d
@ -190,7 +190,7 @@ pub async fn initialize_renderer(
|
|||||||
|
|
||||||
if adapter_info.device_type == DeviceType::Cpu {
|
if adapter_info.device_type == DeviceType::Cpu {
|
||||||
warn!(
|
warn!(
|
||||||
"The selected adapter is using the a driver that only supports software rendering. \
|
"The selected adapter is using a driver that only supports software rendering. \
|
||||||
This is likely to be very slow. See https://bevyengine.org/learn/errors/b0006/"
|
This is likely to be very slow. See https://bevyengine.org/learn/errors/b0006/"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user