mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Updated stb_image to 2.07.
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
{
|
||||
public:
|
||||
|
||||
#if defined(DEBUG) && DEBUG == 1
|
||||
#if defined(LOVE_IOS)
|
||||
TempDebugGroup(const char *name)
|
||||
{
|
||||
if (GLAD_EXT_debug_marker)
|
||||
@@ -153,7 +153,7 @@ public:
|
||||
TempDebugGroup(const char *) {}
|
||||
#endif
|
||||
|
||||
#if defined(DEBUG) && DEBUG == 1
|
||||
#if defined(LOVE_IOS)
|
||||
~TempDebugGroup()
|
||||
{
|
||||
if (GLAD_EXT_debug_marker)
|
||||
|
||||
Reference in New Issue
Block a user