summaryrefslogtreecommitdiff
path: root/src/audio/window.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-12 00:41:46 +0100
committerskal <pascal.massimino@gmail.com>2026-02-12 00:41:46 +0100
commitc6aa7f1be2d52d9b12507fd0d5381513f5c0b9b6 (patch)
tree1f03e78f575c4983539167d078c2e590db52d0c6 /src/audio/window.cc
parent05fdd78a78b83a322abc1b507325644662f3a9c1 (diff)
fix: PeakMeterEffect render() now properly overrides base class
The custom render() signature didn't match PostProcessEffect::render(), so it was never called. The base class method was used instead, which didn't update uniforms with the peak value. Fixed by: - Using correct override signature: render(pass, uniforms) - Calling PostProcessEffect::render() to handle standard rendering - Removed unused custom parameters (time, beat, peak_value, aspect_ratio) - Added override keyword to update_bind_group() Peak meter bar now displays correctly with audio_intensity. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'src/audio/window.cc')
0 files changed, 0 insertions, 0 deletions