diff options
Diffstat (limited to 'src/window_texture.c')
-rw-r--r-- | src/window_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_texture.c b/src/window_texture.c index 7448323..0f4aa2c 100644 --- a/src/window_texture.c +++ b/src/window_texture.c @@ -120,4 +120,4 @@ int window_texture_on_resize(WindowTexture *self) { unsigned int window_texture_get_opengl_texture_id(WindowTexture *self) { return self->texture_id; -}
\ No newline at end of file +} |