mirror of
https://github.com/Theaninova/HitScoreVisualizer.git
synced 2026-01-01 21:42:48 +00:00
Compare commits
1 Commits
v1.0-compe
...
v1.0.1-com
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bde6b9fcef |
@@ -453,13 +453,14 @@ namespace HitScoreVisualizer
|
||||
|
||||
text.text = formattedBuilder.ToString();
|
||||
|
||||
if (saberAfterCutSwingRatingCounter.didFinish)
|
||||
//Feature doesn't work
|
||||
/*if (saberAfterCutSwingRatingCounter.didFinish)
|
||||
{
|
||||
using (StreamWriter file = File.AppendText(fullPathRatings))
|
||||
{
|
||||
file.WriteLine(saberAfterCutSwingRatingCounter.RequestId + " <<>> " + beforeCut + " " + accuracy + " " + afterCut + " | " + score);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user