1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00
Files
godot/platform/android
Ruslan Mustakov 61a9ef5d81 Fix intermittent audio driver crash during startup on Android
set_pause can be called before the driver is initialized, and there
already is a check for that. The problem is that the 'active' field
was not initialied in the constructor, which lead to it having an
undefined value.

(cherry picked from commit c10749d51f)
2018-03-01 21:05:15 +01:00
..
2018-02-22 12:17:06 +01:00
2014-02-09 22:10:30 -03:00
2018-01-12 04:24:11 +09:00
2014-09-15 11:33:30 -03:00
2018-02-19 20:46:49 +01:00
2014-05-24 01:35:47 -03:00
2016-06-22 21:13:29 +02:00
2018-01-03 17:25:07 +09:00
2014-05-24 01:35:47 -03:00