Skip to content

Commit

Permalink
Enabled NPOT textures
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Aug 23, 2020
1 parent fa9a26d commit 05db122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFML/Graphics/GLExtensions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
#define GLEXT_glBlendEquationSeparate glBlendEquationSeparateOES

// Core since 2.0 - OES_texture_npot
#define GLEXT_texture_non_power_of_two false
#define GLEXT_texture_non_power_of_two true

// Core since 2.0 - OES_framebuffer_object
#define GLEXT_framebuffer_object GL_OES_framebuffer_object
Expand Down

0 comments on commit 05db122

Please sign in to comment.