TINYGL: Janitorial
This commit is contained in:
parent
0d6a09c597
commit
25c4e89b7a
8 changed files with 30 additions and 27 deletions
|
@ -157,7 +157,7 @@ void GLContext::glopTexImage2D(GLParam *p) {
|
|||
delete im->pixmap;
|
||||
im->pixmap = nullptr;
|
||||
}
|
||||
if (pixels != NULL) {
|
||||
if (pixels) {
|
||||
uint filter;
|
||||
Graphics::PixelFormat pf;
|
||||
bool found = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue