Update 'src/blue_noise.cl'
Fix `twoToOne(...)` having variables with no types.
This commit is contained in:
parent
16ed743197
commit
b40894f9d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
int twoToOne(x, y, width, height) {
|
int twoToOne(int x, int y, int width, int height) {
|
||||||
while(x < 0) {
|
while(x < 0) {
|
||||||
x += width;
|
x += width;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue