mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
fix: include <numbers>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
#include <numbers>
|
||||
namespace Cubed {
|
||||
AudioFade::AudioFade(AudioSource* source, float fade_in, float fade_out)
|
||||
: m_source(source), m_in_duration(fade_in), m_out_duration(fade_out) {
|
||||
|
||||
Reference in New Issue
Block a user