diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-01 03:58:02 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-01 03:58:02 +1000 |
commit | 1a861fb045df72aed28053e388257acee5ff7833 (patch) | |
tree | 85b6c84475868e8e9c5931d924b7ef71179170df /source/application/StarRenderer_opengl20.hpp | |
parent | ee2e134bbf2327389973aa6f035ad227cbd4f389 (diff) |
Fix GL error
Diffstat (limited to 'source/application/StarRenderer_opengl20.hpp')
-rw-r--r-- | source/application/StarRenderer_opengl20.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/StarRenderer_opengl20.hpp b/source/application/StarRenderer_opengl20.hpp index 5add227..6946073 100644 --- a/source/application/StarRenderer_opengl20.hpp +++ b/source/application/StarRenderer_opengl20.hpp @@ -165,7 +165,7 @@ private: StringMap<EffectTexture> textures; }; - static void logGlErrorSummary(String prefix); + static bool logGlErrorSummary(String prefix); static void uploadTextureImage(PixelFormat pixelFormat, Vec2U size, uint8_t const* data); static RefPtr<GlLoneTexture> createGlTexture(Image const& texture, TextureAddressing addressing, TextureFiltering filtering); |