Skip to content

Commit aad0398

Browse files
committed
Fix uint
1 parent 8c21235 commit aad0398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "transform streamed glsl tokens into an ast",
55
"main": "stream.js",
66
"dependencies": {
7-
"glsl-tokenizer": "^2.0.0",
7+
"glsl-tokenizer": "^2.1.4",
88
"through": "2.3.4",
99
"through2": "^0.6.3"
1010
},

test/fixture.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int emptyname(vec2[4]);
5050
int emptynameemptyname(vec2, vec2);
5151

5252

53-
int first, second, third, fourth, fifth, sixth, seventh, eigth;
53+
uint first, second, third, fourth, fifth, sixth, seventh, eigth;
5454

5555
    void main(){
5656
        vTexcoord = texcoord;

0 commit comments

Comments
 (0)