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
42a65e42
Commit
42a65e42
authored
Feb 19, 2010
by
Alexander Wiebel
Browse files
[FIX] typo
parent
f6df0168
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dataHandler/WDataTexture3D.cpp
src/dataHandler/WDataTexture3D.cpp
+1
-1
No files found.
src/dataHandler/WDataTexture3D.cpp
View file @
42a65e42
...
@@ -250,7 +250,7 @@ void WDataTexture3D::createTexture()
...
@@ -250,7 +250,7 @@ void WDataTexture3D::createTexture()
}
}
else
else
{
{
wlog
::
error
(
"WDataTexture3D"
)
<<
"C
O
nversion of this data type to texture not supported yet."
;
wlog
::
error
(
"WDataTexture3D"
)
<<
"C
o
nversion of this data type to texture not supported yet."
;
}
}
m_texture
=
osg
::
ref_ptr
<
osg
::
Texture3D
>
(
new
osg
::
Texture3D
);
m_texture
=
osg
::
ref_ptr
<
osg
::
Texture3D
>
(
new
osg
::
Texture3D
);
...
...
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