mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Issue #327 again: w__gc's correctness depending on order of inheritance.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace graphics
|
||||
namespace opengl
|
||||
{
|
||||
// A fragment shader
|
||||
class PixelEffect : public Volatile, public Object
|
||||
class PixelEffect : public Object, public Volatile
|
||||
{
|
||||
public:
|
||||
PixelEffect(const std::string& code);
|
||||
|
||||
Reference in New Issue
Block a user