From 05db122e14f82f5a6fffc4a5ab237f9af17c6b2d Mon Sep 17 00:00:00 2001 From: Radek Dutkiewicz Date: Fri, 31 May 2019 21:58:40 +0100 Subject: [PATCH] Enabled NPOT textures --- src/SFML/Graphics/GLExtensions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFML/Graphics/GLExtensions.hpp b/src/SFML/Graphics/GLExtensions.hpp index 38e91323..02e5f471 100644 --- a/src/SFML/Graphics/GLExtensions.hpp +++ b/src/SFML/Graphics/GLExtensions.hpp @@ -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