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
555f9c20
Commit
555f9c20
authored
Mar 04, 2021
by
Robin Eschbach
Browse files
[ADD
#41
] missing a line of code
parent
a30d79db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/modules/pointConnector/WMPointConnector.cpp
src/modules/pointConnector/WMPointConnector.cpp
+1
-0
No files found.
src/modules/pointConnector/WMPointConnector.cpp
View file @
555f9c20
...
...
@@ -118,6 +118,7 @@ void WMPointConnector::createPointRenderer()
void
WMPointConnector
::
createHandler
()
{
osg
::
ref_ptr
<
osgViewer
::
View
>
viewer
=
WKernel
::
getRunningKernel
()
->
getGraphicsEngine
()
->
getViewer
()
->
getView
();
osg
::
ref_ptr
<
WClickHandler
>
clickHandler
=
new
WClickHandler
(
this
);
viewer
->
addEventHandler
(
clickHandler
.
get
()
);
...
...
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