ptitSeb / gl4es

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
http://ptitseb.github.io/gl4es/
MIT License
667 stars 151 forks source link

Fix[framebuffer, fpe]: code typos #439

Closed Mathias-Boulay closed 10 months ago

Mathias-Boulay commented 10 months ago

Hello once again ! I've recently migrated my build system to ndk 26-rc1 and uncovered two issues thanks to the updated compiler.

ptitSeb commented 10 months ago

Nice find indeed!

The 2 useless if(old->texture != glname) is a really good catch!