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
c2766df6
Commit
c2766df6
authored
Sep 04, 2013
by
Janis Born
Browse files
flip TextureData loaded from LodePNG
parent
796e8fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ACGL/OpenGL/Data/TextureDataLoadStore.cc
View file @
c2766df6
...
...
@@ -237,6 +237,9 @@ SharedTextureData loadTextureDataFromLodepng(const std::string &_filename)
data
->
setType
(
glType
);
data
->
setFormat
(
glFormat
);
// Flip
data
->
flipVertically
();
return
data
;
}
...
...
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