mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Just kidding about fixing the clang compile -- remove static qualifier to
hopefully fix it for real.
This commit is contained in:
parent
94f0fb1653
commit
c58607f014
@ -60,7 +60,7 @@ static float* hammingWindow = nullptr;
|
||||
namespace musik {
|
||||
namespace core {
|
||||
namespace audio {
|
||||
static void playerThreadLoop(Player* player);
|
||||
void playerThreadLoop(Player* player);
|
||||
|
||||
struct FftContext {
|
||||
FftContext() {
|
||||
@ -186,7 +186,7 @@ int Player::State() {
|
||||
return this->state;
|
||||
}
|
||||
|
||||
static void musik::core::audio::playerThreadLoop(Player* player) {
|
||||
void musik::core::audio::playerThreadLoop(Player* player) {
|
||||
player->stream = Stream::Create();
|
||||
|
||||
BufferPtr buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user