Get map properties from TiledScene #140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "obeezzy/get-map-properties"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could you please rebase the last commit on master?
@ -148,3 +148,3 @@return QVariant::fromValue(m_layer->isVisible());return m_properties.value(name);return m_properties.value(name, defaultValue);I would suggest to do the contains check once and do case-insensitive comparison.
(this especially affects
TiledObject::getProperty)Though, I have to say that I don't understand why a case-insensitive check is used in the first place, but the code was already like that.