Skip to content

Commit

Permalink
Playtime: Categorize TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 21, 2023
1 parent 880deb1 commit 726d0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playtime-api/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub struct PlaytimeRuntimeRoot(ClipPlayState);
///
/// Order of enum variants is important to aggregate the play state of multiple clips in one slot.
/// The slot always gets the "highest" play state.
// TODO-high-clip-matrix We don't need this in the API because we use gRPC for runtime stuff. Factor it back
// TODO-high-ms4 We don't need this in the API because we use gRPC for runtime stuff. Factor it back
// into the clip engine module.
#[derive(
Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Debug, Serialize, Deserialize, JsonSchema,
Expand Down

0 comments on commit 726d0ad

Please sign in to comment.