summaryrefslogtreecommitdiff
path: root/menuApp/src
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp/src')
-rw-r--r--menuApp/src/ofApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp
index 8796cff..8dbf41b 100644
--- a/menuApp/src/ofApp.cpp
+++ b/menuApp/src/ofApp.cpp
@@ -242,7 +242,7 @@ ofPopMatrix(); //Restore the coordinate system
//hence the "primed" mechanism
if (primed){
ofImage img;
- img.grabScreen(0, 0, ofGetWidth(), ofGetHeight());
+ img.grabScreen(0, 0,1080*FACTOR,1920*FACTOR);
img.save(SCREENGRABFILEPATH);
primed=false;
}