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
496be145
Commit
496be145
authored
Mar 11, 2011
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
b54c3c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/graphicsEngine/callbacks/WGEFunctorCallback.h
src/graphicsEngine/callbacks/WGEFunctorCallback.h
+1
-3
No files found.
src/graphicsEngine/callbacks/WGEFunctorCallback.h
View file @
496be145
...
...
@@ -113,9 +113,7 @@ void WGEFunctorCallback< Type >::operator()( Type* handled, osg::NodeVisitor* nv
template
<
typename
Type
>
void
WGEFunctorCallback
<
Type
>::
update
(
osg
::
NodeVisitor
*
nv
,
Type
*
handled
)
{
// call functor
m_functor
(
handled
);
WGECallbackTraits
<
Type
>::
traverse
(
this
,
handled
,
nv
);
operator
()(
handled
,
nv
);
}
#endif // WGEFUNCTORCALLBACK_H
...
...
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