9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 11:39:07 +00:00
This commit is contained in:
cyberpwn
2021-08-17 15:57:53 -04:00
parent 37705dfc71
commit 38329514f9
4 changed files with 18 additions and 19 deletions

View File

@@ -58,5 +58,4 @@ public class AddingStream<T> extends BasicStream<T> {
public T get(double x, double y, double z) {
return fromDouble(add.apply(x, y, z) + getTypedSource().getDouble(x, y, z));
}
}