mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 05:32:46 +02:00
switch from 255 to 0xFF for max volume constant
This commit is contained in:
parent
a37b451993
commit
442d658835
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "AudioInjector.h"
|
||||
|
||||
const int MAX_INJECTOR_VOLUME = 255;
|
||||
const int MAX_INJECTOR_VOLUME = 0xFF;
|
||||
|
||||
AudioInjector::AudioInjector(const char* filename) :
|
||||
_position(),
|
||||
|
|
Loading…
Reference in a new issue