Fix a typo in 495a7ac.

This commit is contained in:
whitequark 2017-01-23 11:15:37 +00:00
parent 495a7ac166
commit ff0af6fdba

View File

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