Turn volume back on

Signed-off-by: Chris Cromer <chris@cromer.cl>
Este commit está contenido en:
Chris Cromer 2020-03-29 20:52:44 -03:00
padre b4213e81c5
commit 1713af3e79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -85,7 +85,7 @@ public interface Constants {
/**
* The default volume between 0 and 100
*/
int VOLUME = 0;
int VOLUME = 100;
/**
* Generates the scene manually instead of from the JSON file if true
*/