Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
8c7123e3
Commit
8c7123e3
authored
Sep 01, 2010
by
schurade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] removed a debug output
parent
1fbc7638
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/clusterDisplay/WMClusterDisplay.cpp
src/modules/clusterDisplay/WMClusterDisplay.cpp
+1
-1
No files found.
src/modules/clusterDisplay/WMClusterDisplay.cpp
View file @
8c7123e3
...
...
@@ -227,7 +227,7 @@ void WMClusterDisplay::initWidgets()
m_rootNode
=
osg
::
ref_ptr
<
WGEManagedGroupNode
>
(
new
WGEManagedGroupNode
(
m_active
)
);
m_wm
=
new
osgWidget
::
WindowManager
(
viewer
,
0.0
f
,
0.0
f
,
MASK_2D
,
osgWidget
::
WindowManager
::
WM_PICK_DEBUG
);
m_wm
=
new
osgWidget
::
WindowManager
(
viewer
,
0.0
f
,
0.0
f
,
MASK_2D
);
float
xorig
=
100.
f
;
float
yorig
=
300.
f
;
...
...
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