Remove incorrect system_fbo overwrite
This commit is contained in:
parent
56a2b143a2
commit
0198eedb06
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue