Skip to content

Commit

Permalink
Update libmpv.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxex committed Feb 19, 2022
1 parent 4ebf6f7 commit ce3a5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/libmpv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void libMpv::loadFileLive(std::string _path,std::string _changename){
const char *cmd[] = {"loadfile", _path.c_str(), NULL};
mpv_command_async(handle, 0, cmd);
setLoop(false);
initSize = configini->getSubFontSize(false);
setSubFontSize(configini->getSubFontSize(false),false);
initScale = configini->getSubFontScale(false);
setSubScaleSize(configini->getSubFontScale(false),false);
Expand Down

0 comments on commit ce3a5ee

Please sign in to comment.