diff --git a/utils/src/ipc.rs b/utils/src/ipc.rs index 3ed4028..021a545 100644 --- a/utils/src/ipc.rs +++ b/utils/src/ipc.rs @@ -740,6 +740,8 @@ impl Request { let (animation, offset) = Animation::deserialize(&bytes[i..]); i += offset; animations.push(animation); + } else { + i += 1; } }