mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-02 15:53:51 +00:00
Play tavern music file on login screen
This commit is contained in:
parent
8c3aa6542e
commit
205db7d3b6
7 changed files with 71 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ public:
|
|||
double getLastTerrainRenderMs() const { return lastTerrainRenderMs; }
|
||||
double getLastWMORenderMs() const { return lastWMORenderMs; }
|
||||
double getLastM2RenderMs() const { return lastM2RenderMs; }
|
||||
audio::MusicManager* getMusicManager() { return musicManager.get(); }
|
||||
|
||||
private:
|
||||
core::Window* window = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue