Merge default branch

--HG--
branch : minor
This commit is contained in:
vrld
2012-11-23 10:24:46 +01:00
8 changed files with 384 additions and 88 deletions
+1 -1
View File
@@ -1101,7 +1101,7 @@ love::image::ImageData *Graphics::newScreenshot(love::image::Image *image)
void Graphics::push()
{
if (userMatrices == matrixLimit)
throw Exception("Maximum stack depth reached.");
throw Exception("Maximum stack depth reached. (More pushes than pops?)");
glPushMatrix();
++userMatrices;
}