mixer working except when changing plane, previous sample does't work in this case
This commit is contained in:
@@ -236,6 +236,7 @@ void ui::Plane::update_vertices(const glm::vec4* data, const glm::vec2* uvs, con
|
||||
if (uvs2)
|
||||
vertices[i].uvs2 = uvs2[i];
|
||||
vertices[i].uvs *= q;
|
||||
vertices[i].uvs2 *= q;
|
||||
vertices[i].pos.z = q;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user