3DS - Correct an error message
This commit is contained in:
parent
36f9fb6fec
commit
007b455426
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ RenderBackend_Surface* RenderBackend_CreateSurface(size_t width, size_t height,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Backend_PrintError("C3D_TexInitVRAM failed in RenderBackend_CreateSurface");
|
Backend_PrintError("C3D_TexInit/C3D_TexInitVRAM failed in RenderBackend_CreateSurface");
|
||||||
}
|
}
|
||||||
|
|
||||||
free(surface);
|
free(surface);
|
||||||
|
|
Loading…
Add table
Reference in a new issue