mirror of https://github.com/axmolengine/axmol.git
Renderer is subclass of Object again... needed for Android.
ouch
This commit is contained in:
parent
5c9b8db0cb
commit
156f69c528
|
@ -12,4 +12,4 @@
|
||||||
|
|
||||||
android.library=true
|
android.library=true
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-10
|
target=android-17
|
||||||
|
|
|
@ -43,7 +43,7 @@ struct RenderStackElement
|
||||||
size_t currentIndex;
|
size_t currentIndex;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Renderer
|
class Renderer : public Object
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const int vbo_size = 65536 / 6;
|
static const int vbo_size = 65536 / 6;
|
||||||
|
|
Loading…
Reference in New Issue