Skip to content

Commit

Permalink
Merge pull request #89 from Yelen719/typo-fix
Browse files Browse the repository at this point in the history
It is a typo? change '=+' to '+='.
  • Loading branch information
NikolausDemmel committed Nov 24, 2017
2 parents 3198c8e + 8b1b449 commit 294dbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IOWrapper/Pangolin/PangolinDSOViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void PangolinDSOViewer::run()
if(this->settings_showKFCameras) fh->drawCam(1,blue,0.1);


refreshed =+ (int)(fh->refreshPC(refreshed < 10, this->settings_scaledVarTH, this->settings_absVarTH,
refreshed += (int)(fh->refreshPC(refreshed < 10, this->settings_scaledVarTH, this->settings_absVarTH,
this->settings_pointCloudMode, this->settings_minRelBS, this->settings_sparsity));
fh->drawPC(1);
}
Expand Down

0 comments on commit 294dbe9

Please sign in to comment.