Revert "[client] egl: set a default scale for textures without filters"

This reverts commit 57a74c156b.
Pushed a ton of changes that should not have been pushed
This commit is contained in:
Geoffrey McRae
2021-08-09 18:26:30 +10:00
parent 57a74c156b
commit 79dcc6d4f1
3 changed files with 0 additions and 16 deletions

View File

@@ -88,7 +88,6 @@ bool egl_textureInit(EGL * egl, EGL_Texture ** texture_,
glSamplerParameteri(this->sampler, GL_TEXTURE_WRAP_T , GL_CLAMP_TO_EDGE);
this->textures = ringbuffer_new(8, sizeof(GLuint));
this->scale = 1.0f;
return true;
}