Fix issue #158 by forcing the image origin to be upper left.

This commit is contained in:
vrld
2011-01-09 18:24:02 +01:00
parent b9b2c4a962
commit c5eb50d0d5
+2
View File
@@ -34,6 +34,8 @@ namespace devil
Image::Image()
{
ilInit();
ilOriginFunc(IL_ORIGIN_UPPER_LEFT);
ilEnable(IL_ORIGIN_SET);
}
Image::~Image()