**SUBMODULE UPDATE - PLEASE READ!**
as of now I have added the Date library as a submodule in order to have log messages in the correct time zone please update your submodules by doing: ``` git submodule update --init --recursive ```
This commit is contained in:
parent
6b627ab885
commit
552967246d
6 changed files with 38 additions and 4 deletions
|
|
@ -3439,7 +3439,8 @@ FurnaceGUI::FurnaceGUI():
|
|||
openSampleFilterOpt(false),
|
||||
oscTotal(0),
|
||||
oscZoom(0.5f),
|
||||
oscZoomSlider(false) {
|
||||
oscZoomSlider(false),
|
||||
followLog(true) {
|
||||
// value keys
|
||||
valueKeys[SDLK_0]=0;
|
||||
valueKeys[SDLK_1]=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue