whitespace

This commit is contained in:
Nick Fisher
2022-12-09 22:54:36 +08:00
parent ffe79373c0
commit 7469fc461b

View File

@@ -49,7 +49,6 @@ FLUTTER_PLUGIN_EXPORT FlTexture* create_filament_texture(uint32_t width, uint32_
g_autoptr(FlTexture) texture = FL_TEXTURE(textureGL);
glGenTextures(1, &textureGL->texture_id);
glBindTexture(GL_TEXTURE_2D, textureGL->texture_id);