mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merge default branch
--HG-- branch : minor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user