mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-06 10:11:32 +00:00
Build fix for OSG 3.2
This commit is contained in:
parent
06ed20abf8
commit
2eda495f89
1 changed files with 1 additions and 1 deletions
|
@ -1100,7 +1100,7 @@ namespace NifOsg
|
||||||
}
|
}
|
||||||
|
|
||||||
// For the initial bounding box (used for object placement) use the default pose, fire off a bounding compute to set this initial box
|
// For the initial bounding box (used for object placement) use the default pose, fire off a bounding compute to set this initial box
|
||||||
morphGeom->getBoundingBox();
|
morphGeom->getBound();
|
||||||
|
|
||||||
// Now set up the callback so that we get properly enlarged bounds if/when the mesh starts animating
|
// Now set up the callback so that we get properly enlarged bounds if/when the mesh starts animating
|
||||||
morphGeom->setComputeBoundingBoxCallback(new StaticBoundingBoxCallback(box));
|
morphGeom->setComputeBoundingBoxCallback(new StaticBoundingBoxCallback(box));
|
||||||
|
|
Loading…
Reference in a new issue