fixed hand tracking world position, and picking up objects in VR
[laserbrain_demo] / src / main.cc
index e3c8a73..4fae92d 100644 (file)
@@ -79,6 +79,8 @@ int main(int argc, char **argv)
        }
        app_reshape(win_width, win_height);
 
+       SDL_RaiseWindow(win);
+
        while(!quit) {
                SDL_Event ev;