diff --git a/TUTORIAL.md b/TUTORIAL.md index 322140c..86eccc3 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -278,7 +278,7 @@ You can even call multiple methods in the same expression this way. For example: (let [entity (texture "Clojure-icon.gif")] (doto ^TextureRegion (:object entity) (.flip true false) - (.setRegion 0 0 100 100) + (.setRegion 0 0 100 100)) entity) ```