mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
metal: fix crash when stream buffers are resized
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
// LOVE
|
||||
#include "common/int.h"
|
||||
#include "common/Object.h"
|
||||
#include "vertex.h"
|
||||
#include "Resource.h"
|
||||
|
||||
@@ -33,7 +34,7 @@ namespace love
|
||||
namespace graphics
|
||||
{
|
||||
|
||||
class StreamBuffer : public Resource
|
||||
class StreamBuffer : public love::Object, public Resource
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user