Skip to content

Commit 9dbb225

Browse files
authored
Update WireFrustum: revert makeFrustum() return Mesh
1 parent 03aca19 commit 9dbb225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/scene/debug/WireFrustum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void update(Vector3f[] points) {
160160
* @param points An array of 8 `Vector3f` objects representing the frustum's corners.
161161
* @return A new `WireFrustum` instance.
162162
*/
163-
public static WireFrustum makeFrustum(Vector3f[] points) {
163+
public static Mesh makeFrustum(Vector3f[] points) {
164164
return new WireFrustum(points);
165165
}
166166

0 commit comments

Comments
 (0)