Skip to content

Commit

Permalink
Fixed layer tags init
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Dec 5, 2023
1 parent e83ca85 commit fffa298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron.renderer/data/def/LayerDef.hx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class LayerDef {
addIntGridValue(0x0);
requiredTags = new Tags();
excludedTags = new Tags();
uiFilterTags = new Tags();
}

function set_identifier(id:String) {
Expand Down

0 comments on commit fffa298

Please sign in to comment.