diff options
Diffstat (limited to 'libs/rs/rsFont.h')
-rw-r--r-- | libs/rs/rsFont.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/rs/rsFont.h b/libs/rs/rsFont.h index 91a5da90d067..d18c0d91566d 100644 --- a/libs/rs/rsFont.h +++ b/libs/rs/rsFont.h @@ -230,9 +230,7 @@ protected: uint32_t mMaxNumberOfQuads; void initVertexArrayBuffers(); - ObjectBaseRef<Allocation> mIndexBuffer; - ObjectBaseRef<Allocation> mVertexArray; - + ObjectBaseRef<Mesh> mMesh; bool mInitialized; |