Correct indentation
This commit is contained in:
parent
4c034571c8
commit
3f6ac2ee5f
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ static void EnableAlpha(bool enabled)
|
|||
RenderBackend_Surface* RenderBackend_Init(const char *window_title, size_t screen_width, size_t screen_height, bool fullscreen)
|
||||
{
|
||||
C3D_Init(C3D_DEFAULT_CMDBUF_SIZE);
|
||||
C2D_Init(C2D_DEFAULT_MAX_OBJECTS);
|
||||
C2D_Prepare();
|
||||
C2D_Init(C2D_DEFAULT_MAX_OBJECTS);
|
||||
C2D_Prepare();
|
||||
|
||||
// Set up screen render target
|
||||
screen_render_target = C2D_CreateScreenTarget(GFX_TOP, GFX_LEFT);
|
||||
|
|
Loading…
Add table
Reference in a new issue