[EDIT] models now generate in a 3x3 grid with always 9 models

This commit is contained in:
Jasper
2021-06-18 09:58:08 +02:00
parent 24285b9714
commit 26d438e4d1
3 changed files with 14 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ namespace gui
*/
struct GuiTexture
{
int texture;
GLuint texture;
glm::vec2 position;
glm::vec2 scale;