Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
OpenSceneGraph
Commits
3590e4c0
Commit
3590e4c0
authored
Apr 29, 2020
by
Robert Osfield
Browse files
Added missing initializer
parent
a752a163
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/osg/TextureAttribute
View file @
3590e4c0
...
...
@@ -28,7 +28,8 @@ class TextureAttribute : public StateAttribute
_textureUnit
(
0
)
{}
TextureAttribute
(
const
TextureAttribute
&
ta
,
const
CopyOp
&
copyop
=
CopyOp
::
SHALLOW_COPY
)
:
StateAttribute
(
ta
,
copyop
)
{}
StateAttribute
(
ta
,
copyop
),
_textureUnit
(
0
)
{}
virtual
bool
isTextureAttribute
()
const
{
return
true
;
}
...
...
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