Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Frakits authored Jul 1, 2023
1 parent 5d10527 commit 77cf827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandline/commands/Update.hx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Update {
for (libNode in libsXML.elements) {
var lib:Library = {
name: libNode.att.name,
type: libNode.name,
type: libNode.name
};
if (libNode.has.global) lib.global = libNode.att.global;
switch (lib.type) {
Expand Down

0 comments on commit 77cf827

Please sign in to comment.