diff --git a/src/front/glsl/offset.rs b/src/front/glsl/offset.rs index cb3f0b75d8..9b9f7957db 100644 --- a/src/front/glsl/offset.rs +++ b/src/front/glsl/offset.rs @@ -162,7 +162,7 @@ pub fn calculate_offset( kind: ErrorKind::SemanticError("Invalid struct member type".into()), meta, }); - (0, 0) + (1, 0) } };