Skip to content

Commit

Permalink
fix minimize bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcube-12139 committed Aug 28, 2021
1 parent a56c8b5 commit 825f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scrListView/scrListView.gml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function ListView(_parent, _x, _y, _width, _height, _lineHeight) constructor {

static draw = function () {
if (!surface_exists(surface)) {
surface = surface_create(_width, _height);
surface = surface_create(width, height);
}

surface_set_target(surface);
Expand Down

0 comments on commit 825f20d

Please sign in to comment.