Tri-Map working now; output of every state in a different color

This commit is contained in:
Caesar2011
2016-09-05 22:21:12 +02:00
parent 2acbd0c10f
commit 2147b74e86
4 changed files with 9 additions and 7 deletions

View File

@@ -261,7 +261,8 @@ int main(int argc, char* args[]) {
printf("textureLocation: %d\n", textureLocation);
printf("widthLocation: %d\n", widthLocation);
printf("heigthLocation: %d\n", heigthLocation);
printf("Width: %f", 1.0f/textw);
printf("Width: %f\n", 1.0f/textw);
printf("Height: %f\n", 1.0f/texth);