Skip to content

Commit

Permalink
SoundCodec: null default sound sample
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Mar 4, 2019
1 parent b0453e2 commit 1d5f500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/audio/Sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace Audio {

// Implementation of the sample storage

static const char errorSampleName[] = "sound/feedback/hit.wav";
static const char errorSampleName[] = "sound/null";
static std::shared_ptr<Sample> errorSample = nullptr;
bool initialized = false;

Expand Down

0 comments on commit 1d5f500

Please sign in to comment.