Skip to content

Commit

Permalink
GL_TEXTURE_CUBE_MAP_SEAMLESS always on
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Sep 21, 2023
1 parent aafae46 commit e383267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/src/glsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ string OpenGLInit(int samples, bool srgb) {
GL_CALL(glEnable(GL_FRAMEBUFFER_SRGB));
mode_srgb = true;
}
GL_CALL(glEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS));
#endif
CullFront(true);
if (!geomcache) geomcache = new GeometryCache();
Expand Down

0 comments on commit e383267

Please sign in to comment.