1
0
mirror of synced 2025-01-18 09:04:47 +01:00

Autoなのにも関わらずレーンが点滅する問題を修正 (#233)

This commit is contained in:
Takkkom 2022-06-03 17:31:24 +09:00 committed by GitHub
parent 17d5a5079c
commit 6c735d68dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1090,6 +1090,11 @@ namespace TJAPlayer3
{
nLane = (int)PlayerLane.FlashType.Total;
}
break;
default:
{
continue;
}
break;
}