Skip to content

Commit

Permalink
Force preview to always appear in front of image display
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrezm committed Apr 10, 2022
1 parent 5eca621 commit 8976182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion objects/objPreview/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ foreground_sprite = -1;
selected_sprite = -1;
preview_size = objButtonGenerator.target_size;
preview_surface = -1;
mask_surface = -1;
mask_surface = -1;
depth = objImageDisplay.depth-1;

0 comments on commit 8976182

Please sign in to comment.