Skip to content

Commit

Permalink
fix: 修复 MUSIC 需要依赖 initgraph() 初始化的问题(wysaid#159 引入)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixy-only committed Oct 2, 2024
1 parent 69fec89 commit 16b892d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ MUSIC::MUSIC()
{
m_DID = MUSIC_ERROR;
m_dwCallBack = 0;
dll::loadWinmmDll();
}

// Class MUSIC Destruction
Expand Down

0 comments on commit 16b892d

Please sign in to comment.