mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-18 17:37:48 +01:00
Separated detected FPS from UI FPS to fix custom input rate not working correctly
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Flowframes.UI
|
||||
int frameCount = await GetFrameCountCached.GetFrameCountAsync(path);
|
||||
string fpsStr = "Not Found";
|
||||
Fraction fps = (await IOUtils.GetFpsFolderOrVideo(path));
|
||||
Program.mainForm.currInFpsDetected = fps;
|
||||
fpsInTbox.Text = fps.GetString();
|
||||
|
||||
if (fps.GetFloat() > 0)
|
||||
|
||||
Reference in New Issue
Block a user