ref: b37e088465a8e3c353c8a24aa5b2cf797f377760
parent: f079a14b581c3f73cd1dacc4069d194c2131cb3a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 7 22:47:53 EDT 2020
Remove an empty line
--- a/src/Backends/Rendering/SDLTexture.cpp
+++ b/src/Backends/Rendering/SDLTexture.cpp
@@ -305,7 +305,6 @@
Backend_PrintError("Couldn't enable alpha blending for drawing operations: %s", SDL_GetError());
}
-
RenderBackend_GlyphAtlas* RenderBackend_CreateGlyphAtlas(size_t size)
{
RenderBackend_GlyphAtlas *atlas = (RenderBackend_GlyphAtlas*)malloc(sizeof(RenderBackend_GlyphAtlas));