diff --git a/Sources/SKTiledObject.swift b/Sources/SKTiledObject.swift index 4b4688bc..2dcf04d6 100644 --- a/Sources/SKTiledObject.swift +++ b/Sources/SKTiledObject.swift @@ -123,7 +123,7 @@ extension SKTiledObject { - returns: `Bool` properties are not empty. */ public var hasProperties: Bool { - return properties.isEmpty + return !properties.isEmpty } /**