Browse Source

Merge pull request #84955 from kisg/fix_opengl_on_ios

Fix iOS Simulator by removing incorrect `system_fbo` overwrite
Rémi Verschelde 1 year ago
parent
commit
ce9901ef54
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/gles3/storage/texture_storage.cpp

+ 0 - 2
drivers/gles3/storage/texture_storage.cpp

@@ -61,8 +61,6 @@ static const GLenum _cube_side_enum[6] = {
 TextureStorage::TextureStorage() {
 TextureStorage::TextureStorage() {
 	singleton = this;
 	singleton = this;
 
 
-	system_fbo = 0;
-
 	{ //create default textures
 	{ //create default textures
 		{ // White Textures
 		{ // White Textures