Turn volume back on

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2020-03-29 20:52:44 -03:00
parent b4213e81c5
commit 1713af3e79
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/