Better texture handling.

This commit is contained in:
2017-02-21 17:17:35 -04:00
parent 610ab9cfa0
commit a2d0da2404
3 changed files with 17 additions and 28 deletions

View File

@@ -78,7 +78,6 @@ private:
unsigned m_height;
unsigned char m_bpp;
sem_t map_semaphore;
bool tex_created;
GLuint handle;
clock_t then;