Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwcat committed Jun 16, 2024
1 parent 7d0c5a0 commit 5ee114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/yui_base/Step_2.gml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if layout_props == undefined {
// feather restore GM2016
}

// ensure invsibile items destroy themselves since they won't run the Pre-Draw event
// ensure invisible items destroy themselves since they won't run the Pre-Draw event
if !visible && unload_now {
instance_destroy(self);
}
Expand Down

0 comments on commit 5ee114e

Please sign in to comment.