Skip to content

Commit

Permalink
fix TextLog fbs definition missing component attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 10, 2024
1 parent 0930cf6 commit 10d4c48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/re_types/definitions/rerun/archetypes/text_log.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ table TextLog (
level: rerun.components.TextLogLevel ("attr.rerun.component_recommended", nullable, order: 200);

/// Optional color to use for the log line in the Rerun Viewer.
color: rerun.components.Color (nullable, order: 300);
color: rerun.components.Color ("attr.rerun.component_optional", nullable, order: 300);
}
14 changes: 10 additions & 4 deletions crates/re_types/src/archetypes/text_log.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/content/reference/types/archetypes/text_log.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10d4c48

Please sign in to comment.