diff -Naur foobillardplus-3.42beta.old/src/table.c foobillardplus-3.42beta/src/table.c --- foobillardplus-3.42beta.old/src/table.c 2017-01-03 13:41:39.911404927 +0100 +++ foobillardplus-3.42beta/src/table.c 2017-01-03 13:51:09.349437943 +0100 @@ -1087,8 +1087,8 @@ #else create_png_texbind("tabletex_fB_256x256.png", &tabletexbind, 1, GL_LUMINANCE); #endif - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); if( clothtexbind > 0 ) glDeleteTextures( 1, &clothtexbind ); create_png_texbind("cloth.png", &clothtexbind, 1, GL_LUMINANCE);