NULL in void WbSolid::setSolidMerger() #4063
ShuffleWire
announced in
Q&A
Replies: 1 comment 1 reply
-
Both are exactly equivalent from a binary point of view, however |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as in #4055
is it expected that, in WbSolid.cpp, void WbSolid::setSolidMerger()
we do
mSolidMerger = NULL;
?
i think we should do
mSolidMerger.clear()
Beta Was this translation helpful? Give feedback.
All reactions