Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to #1390 #1436

Merged
merged 1 commit into from
Nov 19, 2015
Merged

Conversation

SergioRAgostinho
Copy link
Member

Made a small change to the version mentioned in #1390, and removed the check for the __MACH__ definition, because apparently it should be also valid for IOS.

@@ -4348,7 +4356,7 @@ pcl::visualization::PCLVisualizer::FPSCallback::Execute (
vtkRenderer *ren = reinterpret_cast<vtkRenderer *> (caller);
float fps = 1.0f / static_cast<float> (ren->GetLastRenderTimeInSeconds ());
char buf[128];
sprintf (buf, "%.1f FPS", fps);
sprintf (buf, "%.1f FPS", fps);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra spaces at the end of the line

@VictorLamoine
Copy link
Contributor

👍

@SergioRAgostinho
Copy link
Member Author

Should be OK now

jspricke added a commit that referenced this pull request Nov 19, 2015
@jspricke jspricke merged commit 7d8e113 into PointCloudLibrary:master Nov 19, 2015
@SergioRAgostinho SergioRAgostinho deleted the mac_viz_close branch August 19, 2016 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants