Skip to content

Commit 9a4de9c

Browse files
msvbgmockersf
authored andcommitted
Fix typo in CPU adapter warning (#14037)
An annoying typo slipped through in #13780
1 parent a6feb5b commit 9a4de9c

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_render/src/renderer

1 file changed

+1
-1
lines changed

crates/bevy_render/src/renderer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub async fn initialize_renderer(
190190

191191
if adapter_info.device_type == DeviceType::Cpu {
192192
warn!(
193-
"The selected adapter is using the a driver that only supports software rendering. \
193+
"The selected adapter is using a driver that only supports software rendering. \
194194
This is likely to be very slow. See https://bevyengine.org/learn/errors/b0006/"
195195
);
196196
}

0 commit comments

Comments
 (0)