mirror of
https://github.com/yawut/SDL.git
synced 2026-03-21 17:34:36 -05:00
render/wiiu: Free render data after calling GX2DrawDone
This commit is contained in:
parent
fb9cda3712
commit
c349a79696
|
|
@ -192,10 +192,10 @@ static inline void WIIU_TextureDoneRendering(WIIU_RenderData *r)
|
|||
updating the texture */
|
||||
static inline void WIIU_TextureCheckWaitRendering(WIIU_RenderData *r, WIIU_TextureData *t)
|
||||
{
|
||||
if (t->isRendering)
|
||||
{
|
||||
if (t->isRendering) {
|
||||
GX2DrawDone();
|
||||
WIIU_TextureDoneRendering(r);
|
||||
WIIU_FreeRenderData(r);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user