Skip to content

Commit

Permalink
Build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Oct 6, 2024
1 parent 822fa2d commit 838e96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
7z a program.zip .\foo\*
- name: Make artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: program
path: editor\foo\*
Expand Down
1 change: 0 additions & 1 deletion editor/Cartridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,6 @@ private void ReadAssets()
_assetsLookup[asset] = palette;
item.Palettes.Add(part.Name, palette);
item.PaletteEditable = !asset.Hidden; // Hidden only applies to palettes for now...
// TODO we don't handle multiple palettes here yet
break;
case Game.Asset.Types.ForegroundTileMap:
// We assume these are set first
Expand Down

0 comments on commit 838e96d

Please sign in to comment.