update quick panel popup for left handed option

This commit is contained in:
2019-03-18 16:06:28 +01:00
parent 6f9f2aef72
commit 4bb1eb28a3
5 changed files with 78 additions and 41 deletions

View File

@@ -15,6 +15,7 @@ public:
glm::vec4 m_region;
glm::vec2 m_off;
glm::vec2 m_sz;
glm::vec2 m_scale = { 1.f, 1.f };
std::string m_path;
uint16_t m_tex_id;
static void static_init();