Skip to content

Commit

Permalink
Merge pull request #52 from darkxex/master
Browse files Browse the repository at this point in the history
I forgot something
  • Loading branch information
darkxex authored Feb 19, 2022
2 parents 96e0286 + 64d5e51 commit 50a2039
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 50a2039

Please sign in to comment.