mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
oops initializer order...
This commit is contained in:
parent
f9e1f02888
commit
9b34abeb40
1 changed files with 1 additions and 1 deletions
|
@ -29,9 +29,9 @@ Text3DOverlay::Text3DOverlay() : _mutex() {
|
|||
}
|
||||
|
||||
Text3DOverlay::Text3DOverlay(const Text3DOverlay* text3DOverlay) :
|
||||
_mutex(),
|
||||
Billboard3DOverlay(text3DOverlay),
|
||||
_text(text3DOverlay->_text),
|
||||
_mutex(),
|
||||
_backgroundColor(text3DOverlay->_backgroundColor),
|
||||
_textAlpha(text3DOverlay->_textAlpha),
|
||||
_lineHeight(text3DOverlay->_lineHeight),
|
||||
|
|
Loading…
Reference in a new issue