Skip to content

Commit

Permalink
fixed missing display flush
Browse files Browse the repository at this point in the history
  • Loading branch information
malteehrlen committed Oct 19, 2020
1 parent febee4e commit a328d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tilemancer.scm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
(begin
(gimp-image-resize-to-layers image)
(gimp-image-merge-visible-layers image 1)
(gimp-image-grid-set-spacing image width height))))
(gimp-image-grid-set-spacing image width height)
(gimp-displays-flush))))

(define (sheeterize-square image item-vect framesize)
(let ((side (ceiling (sqrt (vector-length item-vect)))))
Expand Down

0 comments on commit a328d01

Please sign in to comment.