You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
@@ -339,6 +339,4 @@ void AudioDriverOpenSL::set_pause(bool p_pause) {
|
||||
|
||||
AudioDriverOpenSL::AudioDriverOpenSL() {
|
||||
s_ad = this;
|
||||
pause = false;
|
||||
active = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user