mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Fix 3/4 of issue #327: memory allocation issues.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace graphics
|
||||
namespace opengl
|
||||
{
|
||||
// A fragment shader
|
||||
class PixelEffect : public Volatile // Volatile?
|
||||
class PixelEffect : public Volatile, public Object
|
||||
{
|
||||
public:
|
||||
PixelEffect(const std::string& code);
|
||||
|
||||
Reference in New Issue
Block a user