Skip to content

Commit 74edb84

Browse files
author
nullppon
committed
OneColorの色が変わらなかったのを修正
1 parent f68b56f commit 74edb84

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

NoteMode/Controllers/BeatmapDataTransformController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private void Awake()
137137
private void Start()
138138
{
139139
//ColorManagerColorForTypePatch.Enable = conf.rainbowColor ? !this._util.IsNoodle && !this._util.IsChroma : (conf.oneColorRed || conf.oneColorBlue);
140-
ColorManagerColorForTypePatch.Enable = conf.rainbowColor;
140+
ColorManagerColorForTypePatch.Enable = conf.rainbowColor ? conf.rainbowColor : (conf.oneColorRed || conf.oneColorBlue);
141141

142142
if (conf.rainbowColor)
143143
{

NoteMode/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.2.4")]
36-
[assembly: AssemblyFileVersion("0.2.4")]
35+
[assembly: AssemblyVersion("0.2.5")]
36+
[assembly: AssemblyFileVersion("0.2.5")]

NoteMode/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "NoteMode",
44
"name": "NoteMode",
55
"author": "nullponvr",
6-
"version": "0.2.4",
6+
"version": "0.2.5",
77
"description": "NoteMode Modifiers",
88
"gameVersion": "1.20.0",
99
"dependsOn": {

0 commit comments

Comments
 (0)