Skip to content

Commit

Permalink
[ver10.5.5] 譜面名未指定のときにリザルトコピー時のクレジットがundefinedになる問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Jan 3, 2020
1 parent 973e4a7 commit 3cf3fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/danoni_main.js
Expand Up @@ -8,7 +8,7 @@
*
* https://github.com/cwtickle/danoniplus
*/
const g_version = `Ver 10.5.4`;
const g_version = `Ver 10.5.5`;
const g_revisedDate = `2020/01/03`;
const g_alphaVersion = ``;

Expand Down Expand Up @@ -2158,6 +2158,7 @@ function headerConvert(_dosObj) {
obj.creatorNames.push(difNameInfo.length > 1 ? difNameInfo[1] : obj.tuning);
} else {
obj.difLabels.push(`Normal`);
obj.creatorNames.push(obj.tuning);
}

// 初期速度
Expand Down

0 comments on commit 3cf3fa9

Please sign in to comment.