mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +02:00
fix broken eve due to extra quote
This commit is contained in:
parent
cfe4783fff
commit
0d769329bf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const float EVE_PELVIS_HEIGHT = 0.565925f;
|
|||
const float AUDIO_INJECT_PROXIMITY = 0.4f;
|
||||
const int EVE_VOLUME_BYTE = 190;
|
||||
|
||||
const char EVE_AUDIO_FILENAME[] = "/etc/highfidelity/eve/resources/eve.raw"";
|
||||
const char EVE_AUDIO_FILENAME[] = "/etc/highfidelity/eve/resources/eve.raw";
|
||||
|
||||
bool stopReceiveAgentDataThread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue