diff options
Diffstat (limited to 'src/renderer.h')
| -rw-r--r-- | src/renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/renderer.h b/src/renderer.h index 84ad688..6dccf7a 100644 --- a/src/renderer.h +++ b/src/renderer.h | |||
| @@ -24,7 +24,7 @@ class Texture { | |||
| 24 | void blit(const Texture& src, Rectangle srcrect, Rectangle dstrect, double alpha = 1.0); | 24 | void blit(const Texture& src, Rectangle srcrect, Rectangle dstrect, double alpha = 1.0); |
| 25 | void renderScreen() const; | 25 | void renderScreen() const; |
| 26 | Rectangle entirety() const; | 26 | Rectangle entirety() const; |
| 27 | 27 | ||
| 28 | private: | 28 | private: |
| 29 | GLuint texID; | 29 | GLuint texID; |
| 30 | int width; | 30 | int width; |
