File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ install:
4646 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $HOME/Documents/Processing/libraries/ ;fi
4747 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then cp -a $TRAVIS_BUILD_DIR/OpenBCI_GUI/libraries/. $HOME/Documents/Processing/libraries/ ;fi
4848 # used to create .dmg
49- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
49+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then pip3 install dmgbuild ;fi
5050
5151script :
5252 - cd $TRAVIS_BUILD_DIR
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ void settings() {
331331 win_w = 980 ;
332332 win_h = 580 ;
333333 }
334- size (win_w, win_h, P2D );
334+ size (win_w, win_h, JAVA2D );
335335
336336 globalScreenResolution = new StringBuilder (" Screen Resolution: " );
337337 globalScreenResolution. append(displayWidth);
You can’t perform that action at this time.
0 commit comments