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