From ed6ed7a62217369544f3e31ef9a886f459f0c21b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 15 Mar 2025 21:31:40 +0100 Subject: assetbundle struct to abstract over unityfs and serializedfile --- src/classes/streaminginfo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/streaminginfo.rs') diff --git a/src/classes/streaminginfo.rs b/src/classes/streaminginfo.rs index 21029f4..e308f1c 100644 --- a/src/classes/streaminginfo.rs +++ b/src/classes/streaminginfo.rs @@ -26,7 +26,7 @@ impl FromValue for StreamingInfo { } impl StreamingInfo { - pub fn read(&self, fs: &mut UnityFS) -> Result> { + pub fn read(&self, fs: &UnityFS) -> Result> { if !self.path.starts_with("archive:") { bail!("StreamingInfo path does not start on archive:") } -- cgit v1.2.3-70-g09d2