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 François
parent a6feb5ba74
commit 9a4de9c54d
No known key found for this signature in database

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/"
);
}