Skip to content

Commit

Permalink
quick fix for os x
Browse files Browse the repository at this point in the history
  • Loading branch information
obviousjim committed Mar 6, 2015
1 parent 5c74dae commit 6c3da2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,15 @@ void CloudsIntroSequence::updateWaiting(){
.5,1.5,
0.0,1.0,true) *
ofMap(currentTitleOpacity,titleTypeOpacity,.9,0.3,.7,true);
if(timeSinceMouse > 4.){
#ifdef TARGET_WIN32
if(timeSinceMouse > 4.){
clickToBeginAlpha *= ofMap(timeSinceMouse, 4.0, 5.0, 1.0, 0.0,true);
if(timeSinceMouse > 5.0){
clickTextActive = false;
glfwSetCursorPos( ofAppGLFWWindow::windowP, getCanvasWidth()/2, getCanvasHeight()/2);
}
}
#endif
}
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion CloudsQuestionNode/src/testApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class testApp : public ofBaseApp{

ofEasyCam easyCam;
CloudsPortal portal;

ofFbo fbo;
#ifdef OCULUS_RIFT
ofxOculusRift oculusRift;
#endif
Expand Down

0 comments on commit 6c3da2d

Please sign in to comment.