From 4f3eb31ed5961fbfc8e791d499b990560a697c18 Mon Sep 17 00:00:00 2001 From: XProger Date: Sat, 14 Jul 2018 06:17:05 +0300 Subject: [PATCH] fix android version --- src/core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core.h b/src/core.h index fcdcea1..7e103b8 100644 --- a/src/core.h +++ b/src/core.h @@ -949,7 +949,8 @@ namespace Core { void endFrame() { GAPI::endFrame(); - GAPI::setTarget(NULL, 0); + active.targetOp |= RT_STORE_COLOR; + GAPI::setTarget(NULL, RT_STORE_COLOR); validateRenderState(); Core::stats.stop(); }