mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:55:41 +02:00
Fix is3D not set to true
This commit is contained in:
parent
8c4022d2f8
commit
fc7692417f
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ unsigned int Overlays::addOverlay(const QString& type, const QScriptValue& prope
|
|||
thisOverlay->init(_parent);
|
||||
thisOverlay->setProperties(properties);
|
||||
created = true;
|
||||
is3D = true;
|
||||
}
|
||||
|
||||
if (created) {
|
||||
|
|
Loading…
Reference in a new issue