Fix a typo in 495a7ac.

pull/168/merge
whitequark 2017-01-23 11:15:37 +00:00
parent 495a7ac166
commit ff0af6fdba
1 changed files with 1 additions and 2 deletions

View File

@ -1119,6 +1119,5 @@ void SolveSpaceUI::ExportMeshAsThreeJsTo(FILE *f, const std::string &filename,
void SolveSpaceUI::ExportAsPngTo(const std::string &filename) { void SolveSpaceUI::ExportAsPngTo(const std::string &filename) {
screenshotFile = filename; screenshotFile = filename;
// The rest of the work is done in the next redraw. // The rest of the work is done in the next redraw.
SS.GW.Paint(); InvalidateGraphics();
} }