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
OpenFlipper-Free
OpenFlipper-Free
Commits
42b87d4f
Commit
42b87d4f
authored
Nov 16, 2015
by
Jan Möbius
Browse files
Unused variable
parent
68b25450
Changes
1
Hide whitespace changes
Inline
Side-by-side
ACG/GL/globjects.cc
View file @
42b87d4f
...
...
@@ -459,7 +459,6 @@ void Texture2D::buildMipMaps( GLenum _internalfmt,
// compute number of mipmaps
Vec2i
curSize
=
Vec2i
(
_width
,
_height
);
int
curOffset
=
0
;
std
::
vector
<
int
>
mipMemsize
(
1
,
0
);
std
::
vector
<
Vec2i
>
mipSize
(
1
,
curSize
);
...
...
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