Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sprite3_3d.vert on macOS (#3750)
Fixes a regression in #3722. ``` [18:34] [error] Failed to compile vertex shader sprite3_3d: ERROR: 0:122: '&' does not operate on 'unsigned int' and 'int' ERROR: 0:129: Use of undeclared identifier 'xy0_vf19' ERROR: 0:129: Use of undeclared identifier 'xy0_vf19' ERROR: 0:144: '&' does not operate on 'unsigned int' and 'int' ERROR: 0:151: Use of undeclared identifier 'xy0_vf19' ERROR: 0:151: Use of undeclared identifier 'xy0_vf19' ```
- Loading branch information