hedgewars/uVideoRec.pas
branchqmlfrontend
changeset 10748 dc587913987c
parent 10633 2f062fac5791
child 11046 47a8c19ecb60
--- a/hedgewars/uVideoRec.pas	Thu Dec 18 00:03:53 2014 +0300
+++ b/hedgewars/uVideoRec.pas	Sat Jan 03 23:46:26 2015 +0300
@@ -239,7 +239,7 @@
     thumbpath:= '/VideoTemp/' + RecPrefix;
     AddFileLog('Saving thumbnail ' + thumbpath);
     k:= max(max(cScreenWidth, cScreenHeight) div 400, 1); // here 400 is minimum size of thumbnail
-    MakeScreenshot(thumbpath, k);
+    MakeScreenshot(thumbpath, k, 0);
     thumbnailSaved:= true;
 end;