Skip to content

Commit

Permalink
remove other mentions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 21, 2025
1 parent 85c4d5c commit e2c1b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions examples/cu_rp_balancebot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ $ cargo run --release

See the UI help for the navigation.

To debug the game engine side you can add a perf overlay with:

```bash
$ cargo run --release --features perf-ui
```

## To run the resimulation

(you need at least a log in `logs` for example from a simulation run).
Expand Down
2 changes: 0 additions & 2 deletions examples/cu_rp_balancebot/src/world/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ fn setup_ui(mut commands: Commands) {
TextColor(Color::WHITE),
));
});
#[cfg(feature = "perf-ui")]
commands.spawn(PerfUiAllEntries::default());
}

// This needs to match an object / parent object name in the GLTF file (in blender this is the object name).
Expand Down

0 comments on commit e2c1b48

Please sign in to comment.