mirror of
https://github.com/Theaninova/HitScoreVisualizer.git
synced 2026-01-08 08:42:49 +00:00
Compare commits
11 Commits
master
...
v1.0-compe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b8f210e65 | ||
|
|
337c3b3f3b | ||
|
|
232264ea1b | ||
|
|
0ebc4fe99f | ||
|
|
5232e704f6 | ||
|
|
4cc7cb0856 | ||
|
|
f8a54ee407 | ||
|
|
ca796ed1c1 | ||
|
|
f15dd367a2 | ||
|
|
45658d5d46 | ||
|
|
a30fd6a772 |
@@ -453,14 +453,13 @@ namespace HitScoreVisualizer
|
|||||||
|
|
||||||
text.text = formattedBuilder.ToString();
|
text.text = formattedBuilder.ToString();
|
||||||
|
|
||||||
//Feature doesn't work
|
if (saberAfterCutSwingRatingCounter.didFinish)
|
||||||
/*if (saberAfterCutSwingRatingCounter.didFinish)
|
|
||||||
{
|
{
|
||||||
using (StreamWriter file = File.AppendText(fullPathRatings))
|
using (StreamWriter file = File.AppendText(fullPathRatings))
|
||||||
{
|
{
|
||||||
file.WriteLine(saberAfterCutSwingRatingCounter.RequestId + " <<>> " + beforeCut + " " + accuracy + " " + afterCut + " | " + score);
|
file.WriteLine(saberAfterCutSwingRatingCounter.RequestId + " <<>> " + beforeCut + " " + accuracy + " " + afterCut + " | " + score);
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user