update android projects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user