update windows for list_files fix
This commit is contained in:
@@ -765,7 +765,7 @@ void App::rec_start()
|
||||
update_rec_frames();
|
||||
rec_thread = std::thread(&App::rec_loop, this);
|
||||
#else
|
||||
rec_count = Asset::list_files(rec_path, false, ".*\\.jpg").size();
|
||||
rec_count = Asset::list_files(rec_path, ".*\\.jpg").size();
|
||||
update_rec_frames();
|
||||
rec_thread = std::thread(&App::rec_loop, this);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user