aboutsummaryrefslogtreecommitdiff
path: root/src/Gif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gif.cpp')
-rw-r--r--src/Gif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gif.cpp b/src/Gif.cpp
index e98718f..a35b6c2 100644
--- a/src/Gif.cpp
+++ b/src/Gif.cpp
@@ -139,7 +139,7 @@ namespace dchat
if(!created)
{
created = true;
- if(!createTexture(gif.width, gif.height))
+ if(!createTexture())
throw GifLoadException("Failed to create texture for gif");
}