Add missing paren
This commit is contained in:
@@ -278,7 +278,7 @@ You can even call multiple methods in the same expression this way. For example:
|
|||||||
(let [entity (texture "Clojure-icon.gif")]
|
(let [entity (texture "Clojure-icon.gif")]
|
||||||
(doto ^TextureRegion (:object entity)
|
(doto ^TextureRegion (:object entity)
|
||||||
(.flip true false)
|
(.flip true false)
|
||||||
(.setRegion 0 0 100 100)
|
(.setRegion 0 0 100 100))
|
||||||
entity)
|
entity)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user