Added logic for mastervolume. And a coresponding event.

(sources need to be updated for it to be fully working)
This commit is contained in:
Stiffly
2015-09-24 22:55:24 +02:00
parent 1f73201943
commit e867722d9a
4 changed files with 71 additions and 19 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct PlaySound : Event
std::string path;
float volume = 1.f;
float pitch = 1.f;
bool loop = false;
bool isAmbient = false;
};
}