Skip to content

Commit

Permalink
Make Screen render target transient
Browse files Browse the repository at this point in the history
  • Loading branch information
kfischer-okarin committed Oct 6, 2023
1 parent 4ede12d commit b6db892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dragon_skeleton/screen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def build_render_target(args, screen)
result = args.outputs[:screen]
result.width = screen[:x_resolution]
result.height = screen[:y_resolution]
result.transient!
result
end

Expand Down

0 comments on commit b6db892

Please sign in to comment.