Lines 712-718
Link Here
|
712 |
Sphere::loadTexture("Textures/welcome.bmp", &this->welcomeTextureId); |
712 |
Sphere::loadTexture("Textures/welcome.bmp", &this->welcomeTextureId); |
713 |
Sphere::loadTexture("Textures/white.bmp", &this->whiteTextureId); |
713 |
Sphere::loadTexture("Textures/white.bmp", &this->whiteTextureId); |
714 |
Sphere::loadTexture("Textures/sphere.bmp", &this->smallSphereTextureId); |
714 |
Sphere::loadTexture("Textures/sphere.bmp", &this->smallSphereTextureId); |
715 |
char filename[15] = "Textures/i.bmp"; |
715 |
char filename[255] = "Textures/i.bmp"; |
716 |
for (int i=0; i<10; i++) |
716 |
for (int i=0; i<10; i++) |
717 |
{ |
717 |
{ |
718 |
filename[9] = '0' + i; |
718 |
filename[9] = '0' + i; |