Slowmo options, UI improvements

This commit is contained in:
N00MKRAD
2021-08-28 10:21:52 +02:00
parent 58cf1f5888
commit c835a199a5
6 changed files with 70 additions and 53 deletions

View File

@@ -46,6 +46,7 @@ namespace Flowframes.Data
Numerator = (value * 10000f).RoundToInt();
Denominator = 10000;
this = GetReduced();
Logger.Log($"Converted float {value} to Fraction {this}", true);
}
public Fraction(string text)