Skip to content

Commit

Permalink
added a fixme for another codepiece I'm not sure about
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Nov 8, 2024
1 parent 80062ea commit 4857136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bevy-inspector-egui/src/reflect_inspector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,8 @@ impl InspectorUi<'_, '_> {
self.ui_for_reflect_readonly_with_options(
value_to_check.borrow(),
ui,
id,
// FIXME: is the id passed here correct?
id.with(i),
options,
);
});
Expand Down

0 comments on commit 4857136

Please sign in to comment.