Skip to content

Commit

Permalink
Fix interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
Geomitron committed Sep 19, 2024
1 parent b2e019e commit 0fa272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function scanChartFolder(files: { fileName: string; data: Uint8Array }[]): Scann
function parseChartFile(data: Uint8Array, format: 'chart' | 'mid', iniChartModifiers: IniChartModifiers): ParsedChart
function calculateTrackHash(parsedChart: ParsedChart, instrument: Instrument, difficulty: Difficulty): { hash: string, bchart: Uint8Array }

interface Chart {
interface ScannedChart {
/** An MD5 hash of the names and binary contents of every file in the chart. */
md5: string
/** A blake3 hash of just the chart file and the .ini modifiers that impact chart parsing. If this changes, the in-game score is reset. */
Expand Down

0 comments on commit 0fa272f

Please sign in to comment.