mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 21:13:31 +02:00
Fixed compilation after merged from upstream
This commit is contained in:
parent
828508bbf1
commit
241214ba37
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ float Avatar::getSkeletonHeight() const {
|
|||
}
|
||||
|
||||
float Avatar::getHeadHeight() const {
|
||||
Extents extents = _head.getFaceModel().getBindExtents();
|
||||
Extents extents = getHead()->getFaceModel().getBindExtents();
|
||||
return extents.maximum.y - extents.minimum.y;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue