Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a regression in the flipbook shader code where some variable previously emitted as `i32` by error instead of its actual `u32` type is now producing the correct literal value, resulting in an invalid shader operation between mismatching operand types. Cast the value to `i32` explicitly before emitting the shader code to ensure the value is emitted in the expected type.
- Loading branch information