Skip to content

Commit b7e1725

Browse files
0.6.0.86 - Fix rare case where rainbow gauge sometimes flickers (#864)
- [Fix] Fix Rainbow gauges flickering
1 parent 4d293de commit b7e1725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenTaiko/src/Helpers/HGaugeMethods.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ int totalNotes
255255
rainbowTexture.vcScaleRatio.X = scale_x;
256256
rainbowTexture.vcScaleRatio.Y = scale_y;
257257

258+
rainbowTexture.Opacity = 255;
258259
rainbowTexture.t2D描画(rainbow_x, rainbow_y);
259260
}
260261

0 commit comments

Comments
 (0)