- Remove superfluous whitespace
This commit is contained in:
parent
7b2eb59f79
commit
39646904a5
2
init.lua
2
init.lua
|
@ -69,7 +69,7 @@ local shade = function( origin, target, background_color )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return color
|
return color
|
||||||
end
|
end
|
||||||
|
|
||||||
x_offset_by_sample = { 0, 1, 0, 1, 0, 1,-1,-1,-1 }
|
x_offset_by_sample = { 0, 1, 0, 1, 0, 1,-1,-1,-1 }
|
||||||
y_offset_by_sample = { 0, 0, 1, 1,-1,-1, 0, 1,-1 }
|
y_offset_by_sample = { 0, 0, 1, 1,-1,-1, 0, 1,-1 }
|
||||||
|
|
Loading…
Reference in New Issue