summaryrefslogtreecommitdiff
path: root/rsPath.cpp
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-01-10 15:42:54 -0800
committerJason Sams <jsams@google.com>2012-01-10 15:45:04 -0800
commit028f20a6e5e883b7308298273b9aa517e5c890f5 (patch)
tree29540d1aa13b9b47664339ea31def0b0b2601cde /rsPath.cpp
parentef7a3b314a858355356d7a1edbc91dfbbc117945 (diff)
downloadrs-028f20a6e5e883b7308298273b9aa517e5c890f5.tar.gz
Fix LOGE.
Change-Id: I533bedf0827edb27e0aead78e2bb3389be85acd8
Diffstat (limited to 'rsPath.cpp')
-rw-r--r--rsPath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsPath.cpp b/rsPath.cpp
index 89a07707..c4f49789 100644
--- a/rsPath.cpp
+++ b/rsPath.cpp
@@ -31,10 +31,10 @@ Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic,
mHal.state.quality = quality;
mHal.state.primitive = pp;
- LOGE("i1");
+ //LOGE("i1");
rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
- LOGE("i2");
+ //LOGE("i2");
}
Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount)