1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-15 09:34:18 +02:00

fix android version

This commit is contained in:
XProger
2018-07-14 06:17:05 +03:00
parent 8f03934857
commit 4f3eb31ed5

View File

@@ -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();
}