Merge pull request #12 from anthonyurena/master
fixed ByteBuffer management
This commit is contained in:
@@ -21,7 +21,7 @@ specified path.
|
|||||||
(doto pixels
|
(doto pixels
|
||||||
(.clear)
|
(.clear)
|
||||||
(.put pixel-data)
|
(.put pixel-data)
|
||||||
(.position))
|
(.position 0))
|
||||||
pic))
|
pic))
|
||||||
([path]
|
([path]
|
||||||
(let [pic (screenshot!)
|
(let [pic (screenshot!)
|
||||||
|
|||||||
Reference in New Issue
Block a user