mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove nonexistent WgpuResourceDiagnosticsPlugin
(#4541)
# Objective
Uncommenting the following results in a compile error: 7557f4db83/examples/diagnostics/log_diagnostics.rs (L14-L15)
## Solution
Remove the commented line.
This commit is contained in:
parent
e65f28d8d7
commit
80c6babd97
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ fn main() {
|
|||
// Adds a system that prints diagnostics to the console
|
||||
.add_plugin(LogDiagnosticsPlugin::default())
|
||||
// Any plugin can register diagnostics
|
||||
// Uncomment this to add some render resource diagnostics:
|
||||
// .add_plugin(bevy::wgpu::diagnostic::WgpuResourceDiagnosticsPlugin::default())
|
||||
// Uncomment this to add an entity count diagnostics:
|
||||
// .add_plugin(bevy::diagnostic::EntityCountDiagnosticsPlugin::default())
|
||||
// Uncomment this to add an asset count diagnostics:
|
||||
|
|
Loading…
Reference in a new issue