Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
8fe63aea
Commit
8fe63aea
authored
Dec 07, 2017
by
artificiel
Browse files
Merger: cleanup
parent
579d40b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/Merger.hpp
View file @
8fe63aea
...
...
@@ -101,16 +101,7 @@ class Merger
{
cloud_new_
=
false
;
client_manager_
.
update
();
// if (client_manager_.is_xyz_new()) {
// PCL STUFF
if
(
client_manager_
.
receive_mesh
(
total_mesh_
))
{
cloud_new_
=
true
;
}
// }
if
(
client_manager_
.
receive_mesh
(
total_mesh_
))
cloud_new_
=
true
;
return
cloud_new_
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment