Skip to content

Commit

Permalink
Get rid of RemoteCache entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Feb 8, 2024
1 parent af535d9 commit 2512ee7
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 262 deletions.
1 change: 1 addition & 0 deletions crates/bevy_remote/src/brp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ pub enum BrpError {
ComponentAmbiguous(String),
ComponentInvalidAccess(String),
MissingTypeId(String),
MissingComponentId(String),
MissingTypeRegistration(String),
MissingReflect(String),
MissingDefault(String),
Expand Down
Loading

0 comments on commit 2512ee7

Please sign in to comment.