change bubble keypoints

This commit is contained in:
Thyme1 2021-12-31 19:54:17 +01:00
parent d862125ec7
commit b80447f837

View File

@ -62,8 +62,8 @@ glm::vec3(-18.0f, -10.0f, -10.0f),
});
std::vector<glm::vec3> bubbleKeyPoints({
glm::vec3(-0, -17.0f, 0),
glm::vec3(-0, 17.0f, 0),
glm::vec3(-0, -20.0f, 0),
glm::vec3(-0, 20.0f, 0),
});