Renderer is subclass of Object again... needed for Android.

ouch
This commit is contained in:
Ricardo Quesada 2013-12-17 19:06:22 -08:00
parent 5c9b8db0cb
commit 156f69c528
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@
android.library=true
# Project target.
target=android-10
target=android-17

View File

@ -43,7 +43,7 @@ struct RenderStackElement
size_t currentIndex;
};
class Renderer
class Renderer : public Object
{
public:
static const int vbo_size = 65536 / 6;