Skip to content

Commit

Permalink
fix for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jul 9, 2024
1 parent 447e824 commit 70b04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hxbit/Macros.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ class Macros {
var vis = null, noSave = false;
for( m in f.meta ) {
switch( m.name ) {
case ":visibility":
case ":visible":
vis = getVisibility(m);
case ":noSave":
noSave = true;
Expand Down

0 comments on commit 70b04a5

Please sign in to comment.