Fix typo in CPU adapter warning (#14037)

An annoying typo slipped through in #13780
This commit is contained in:
Martin Svanberg 2024-06-26 20:37:34 +02:00 committed by GitHub
parent 57ac8f5211
commit 0ee9827ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ pub async fn initialize_renderer(
if adapter_info.device_type == DeviceType::Cpu {
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/"
);
}