Remove an empty line
This commit is contained in:
parent
f079a14b58
commit
b37e088465
1 changed files with 0 additions and 1 deletions
|
@ -305,7 +305,6 @@ void RenderBackend_ColourFill(RenderBackend_Surface *surface, const RenderBacken
|
||||||
Backend_PrintError("Couldn't enable alpha blending for drawing operations: %s", SDL_GetError());
|
Backend_PrintError("Couldn't enable alpha blending for drawing operations: %s", SDL_GetError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
RenderBackend_GlyphAtlas* RenderBackend_CreateGlyphAtlas(size_t size)
|
RenderBackend_GlyphAtlas* RenderBackend_CreateGlyphAtlas(size_t size)
|
||||||
{
|
{
|
||||||
RenderBackend_GlyphAtlas *atlas = (RenderBackend_GlyphAtlas*)malloc(sizeof(RenderBackend_GlyphAtlas));
|
RenderBackend_GlyphAtlas *atlas = (RenderBackend_GlyphAtlas*)malloc(sizeof(RenderBackend_GlyphAtlas));
|
||||||
|
|
Loading…
Add table
Reference in a new issue