TINYGL: Fix GCC Compiler Pedantic Warning

This commit is contained in:
D G Turner 2021-12-07 00:31:48 +00:00
parent 9a4db16a61
commit b9ef0b49f4

View File

@ -273,7 +273,7 @@ private:
int _refcount;
};
}; // end of namespace TinyGL
} // end of namespace TinyGL
void tglGetBlitImageSize(TinyGL::BlitImage *blitImage, int &width, int &height) {