Skip to content

Commit

Permalink
remove unused change from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SArpnt committed Sep 18, 2021
1 parent d931e19 commit 8e9f650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cinnabar-render/texture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace ce {
private:
GLuint m_texture;
int m_width, m_height, m_channelCount;
GLenum m_color_space;
GLenum m_type;
bool loadData(const void* data, GLsizei width, GLsizei height, GLenum color_space = GL_RGBA, GLenum type = GL_TEXTURE_2D);
};
Expand Down

0 comments on commit 8e9f650

Please sign in to comment.