mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
typo
This commit is contained in:
parent
d90284daf2
commit
53c9fd5086
@ -665,10 +665,10 @@ compute_planar_bounds(double point_dist, double sample_radius) const {
|
|||||||
got_point = true;
|
got_point = true;
|
||||||
} else {
|
} else {
|
||||||
min_x = min(min_x, point[0]);
|
min_x = min(min_x, point[0]);
|
||||||
min_y = min(min_y, point[0]);
|
min_y = min(min_y, point[1]);
|
||||||
min_z = min(min_z, point[2]);
|
min_z = min(min_z, point[2]);
|
||||||
max_x = max(max_x, point[0]);
|
max_x = max(max_x, point[0]);
|
||||||
max_y = max(max_y, point[0]);
|
max_y = max(max_y, point[1]);
|
||||||
max_z = max(max_z, point[2]);
|
max_z = max(max_z, point[2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user