mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
Fix typo in CPU adapter warning (#14037)
An annoying typo slipped through in #13780
This commit is contained in:
parent
57ac8f5211
commit
0ee9827ba2
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue