Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojemiru committed Jul 17, 2022
1 parent 2b526b5 commit ed6a703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/oPalBuilder/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ load_pal = function() {
color_picker_set(palette.picker, palette.colors[palette.selected].rgb);
sprites = ds_list_create();
spriteIndex = 0;

palette.rerender_surface();
}
}
}
Expand Down

0 comments on commit ed6a703

Please sign in to comment.