mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 11:19:25 +01:00
Slowmo options, UI improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user