Skip to content

Commit

Permalink
removed hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrey committed Oct 6, 2016
1 parent 6d09c3a commit f7a398a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added data/screencap/.KEEP
Empty file.
2 changes: 1 addition & 1 deletion examples/osg/osgTinkertoy2/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TinkertoyInputHandler : public osgGA::GUIEventHandler
else if(ea.getKey() == osgGA::GUIEventAdapter::KEY_Return)
{
if(!mViewer->isRecording())
mViewer->record("/home/grey/dump");
mViewer->record(DART_DATA_PATH"/screencap");
else
mViewer->pauseRecording();
return true;
Expand Down

0 comments on commit f7a398a

Please sign in to comment.