Skip to content

Commit

Permalink
Export reslist as const
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Aug 20, 2022
1 parent f6ba54e commit 4f31c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tiled-to-yatssd-tileset.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var customTilesFormat = {

resourceFileData += tilesetData + "\n";

resourceFileData += "uint8_t * "+resourceName+"_Reslist[] = {\n";
resourceFileData += "const uint8_t * "+resourceName+"_Reslist[] = {\n";
resourceFileData += res.join(",\n");
resourceFileData += "\n};\n";

Expand Down

0 comments on commit 4f31c5f

Please sign in to comment.