summaryrefslogtreecommitdiff
path: root/engine/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/texture.h')
-rw-r--r--engine/texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/texture.h b/engine/texture.h
index 14e500f..c88104f 100644
--- a/engine/texture.h
+++ b/engine/texture.h
@@ -8,7 +8,7 @@ class Texture {
unsigned char* data;
unsigned int width;
unsigned int height;
- unsigned int byte_per_pixel;
+ unsigned int format;
unsigned int texture;
};
#endif // _TEXTURE_H_