update android projects

This commit is contained in:
2019-06-18 18:32:18 +02:00
parent 9ee4bc42b9
commit 41ece63aa7
5 changed files with 9 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ public:
int h = 0;
struct Snapshot
{
std::shared_ptr<uint8_t[]> image[6] = SIXPLETTE(0);
std::unique_ptr<uint8_t[]> image[6] = SIXPLETTE(0);
glm::vec4 m_dirty_box[6] = SIXPLETTE(glm::vec4(0));
bool m_dirty_face[6] = SIXPLETTE(false);
int width = 0;