Skip to content

Commit

Permalink
Merge pull request #84955 from kisg/fix_opengl_on_ios
Browse files Browse the repository at this point in the history
Fix iOS Simulator by removing incorrect `system_fbo` overwrite
  • Loading branch information
akien-mga committed Nov 16, 2023
2 parents 60c40ed + 0198eed commit ce9901e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gles3/storage/texture_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ static const GLenum _cube_side_enum[6] = {
TextureStorage::TextureStorage() {
singleton = this;

system_fbo = 0;

{ //create default textures
{ // White Textures

Expand Down

0 comments on commit ce9901e

Please sign in to comment.