Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
a81bc072
Commit
a81bc072
authored
Apr 21, 2010
by
Sebastian Eichelbaum
Browse files
[FIX] - BBox module now removes its osg node after finishing.
parent
925037ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/modules/boundingBox/WMBoundingBox.cpp
src/modules/boundingBox/WMBoundingBox.cpp
+2
-0
No files found.
src/modules/boundingBox/WMBoundingBox.cpp
View file @
a81bc072
...
...
@@ -114,6 +114,8 @@ void WMBoundingBox::moduleMain()
// NOTE: you can add your own conditions to m_moduleState using m_moduleState.add( ... )
m_moduleState
.
wait
();
}
WGraphicsEngine
::
getGraphicsEngine
()
->
getScene
()
->
remove
(
m_bBoxNode
);
}
void
WMBoundingBox
::
connectors
()
...
...
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