Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
46df4583
Commit
46df4583
authored
Sep 27, 2011
by
Robert Menzel
Browse files
fixed bug in wrap methods
parent
63d5cb81
Changes
2
Show whitespace changes
Inline
Side-by-side
include/ACGL/OpenGL/Controller/TextureControl.hh
View file @
46df4583
...
...
@@ -55,7 +55,7 @@ public:
{
mWrapS
=
_wrapS
;
mWrapT
=
_wrapT
;
mWrap
T
=
_wrapR
;
mWrap
R
=
_wrapR
;
return
*
this
;
}
...
...
include/ACGL/OpenGL/Controller/TextureControlFileJPG.hh
View file @
46df4583
...
...
@@ -42,7 +42,7 @@ public:
{
mWrapS
=
_wrapS
;
mWrapT
=
_wrapT
;
mWrap
T
=
_wrapR
;
mWrap
R
=
_wrapR
;
return
*
this
;
}
...
...
Write
Preview
Supports
Markdown
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