uvscale as vec2 (Refs #282)
This commit is contained in:
parent
56426fc99d
commit
afef87681c
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace vks
|
|||
{
|
||||
this->center = glm::vec3(center);
|
||||
this->scale = glm::vec3(scale);
|
||||
this->uvscale = glm::vec3(uvscale);
|
||||
this->uvscale = glm::vec2(uvscale);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue