Fix is3D not set to true

This commit is contained in:
Atlante45 2014-02-21 15:15:16 -08:00
parent 8c4022d2f8
commit fc7692417f

View file

@ -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) {