mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +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
|
namespace opengl
|
||||||
{
|
{
|
||||||
// A fragment shader
|
// A fragment shader
|
||||||
class PixelEffect : public Volatile, public Object
|
class PixelEffect : public Object, public Volatile
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PixelEffect(const std::string& code);
|
PixelEffect(const std::string& code);
|
||||||
|
|||||||
Reference in New Issue
Block a user