mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fix more issues found by cppcheck.
This commit is contained in:
@@ -101,7 +101,7 @@ void AudioStreamPreviewGenerator::_update_emit(ObjectID p_id) {
|
||||
}
|
||||
|
||||
void AudioStreamPreviewGenerator::_preview_thread(void *p_preview) {
|
||||
Preview *preview = (Preview *)p_preview;
|
||||
Preview *preview = static_cast<Preview *>(p_preview);
|
||||
|
||||
float muxbuff_chunk_s = 0.25;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user