mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
86096313be
Prior to this fix, AudioEffectRecordInstance::init() was called before recording_active is set to true in AudioEffectRecord::set_recording_active(). This was setting is_recording to false in AudioEffectRecordInstance, because is_recording updates to the value of recording_active in AudioEffectRecordInstance::_io_thread_process(). To fix this issue, AudioEffectRecordInstance::init() is now called after recording_active is set to true. |
||
---|---|---|
.. | ||
arvr | ||
audio | ||
camera | ||
physics | ||
physics_2d | ||
visual | ||
arvr_server.cpp | ||
arvr_server.h | ||
audio_server.cpp | ||
audio_server.h | ||
camera_server.cpp | ||
camera_server.h | ||
physics_2d_server.cpp | ||
physics_2d_server.h | ||
physics_server.cpp | ||
physics_server.h | ||
register_server_types.cpp | ||
register_server_types.h | ||
SCsub | ||
server_wrap_mt_common.h | ||
visual_server.cpp | ||
visual_server.h |