OrientedBoxProbeArea copy constructor fixed
This commit is contained in:
parent
7095ad10e0
commit
07c0df7f1d
@ -23,7 +23,7 @@ public class OrientedBoxProbeArea implements ProbeArea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public OrientedBoxProbeArea(Transform transform) {
|
public OrientedBoxProbeArea(Transform transform) {
|
||||||
transform.set(transform);
|
this.transform.set(transform);
|
||||||
updateMatrix();
|
updateMatrix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user