Testing some crap

This commit is contained in:
2022-10-30 00:39:07 -07:00
parent 9b83426077
commit 9300c60c5d
19 changed files with 264 additions and 20 deletions

View File

@ -15,7 +15,7 @@ void UISprite::updatePositions() {
UIComponent::updatePositions();
QuadMesh::bufferQuadMesh(
this->mesh,
&this->mesh,
glm::vec2(0, 0), glm::vec2(0, 0),
glm::vec2(this->width, this->height), glm::vec2(1, 1),
0, 0