texture changes

This commit is contained in:
aap
2016-07-21 08:59:06 +02:00
parent 069c66b699
commit 0b5498c060
9 changed files with 57 additions and 46 deletions

View File

@@ -138,7 +138,6 @@ Shader::fromStrings(const char *vsrc, const char *fsrc)
{
GLuint vs, fs, program;
int i;
char *src;
int fail;
fail = compileshader(GL_VERTEX_SHADER, vsrc, &vs);