mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Improve the error message when an invalid layer or face index is given in love.graphics.setMode.
This commit is contained in:
@@ -120,6 +120,8 @@ public:
|
||||
|
||||
bool isReadable() const;
|
||||
|
||||
bool isValidSlice(int slice) const;
|
||||
|
||||
int getWidth(int mip = 0) const;
|
||||
int getHeight(int mip = 0) const;
|
||||
int getDepth(int mip = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user